summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2008-01-11 19:26:36 +0000
committerBram Moolenaar <Bram@vim.org>2008-01-11 19:26:36 +0000
commit82ad324c8ff6d45c5b264af4f129287c51e62093 (patch)
tree49863d37c32c87e5eba8c04f3f47a48aa8aa8df6 /src/main.c
parent9d188ab0877700f215b23c17ef254770605ec134 (diff)
updated for version 7.1-216v7.1.216
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 6bd9ff4a5d..45282ba55f 100644
--- a/src/main.c
+++ b/src/main.c
@@ -3081,7 +3081,7 @@ usage()
main_msg(_("--remote-wait <files> As --remote but wait for files to have been edited"));
main_msg(_("--remote-wait-silent <files> Same, don't complain if there is no server"));
# ifdef FEAT_WINDOWS
- main_msg(_("--remote-tab <files> As --remote but open tab page for each file"));
+ main_msg(_("--remote-tab[-wait][-silent] <files> As --remote but use tab page per file"));
# endif
main_msg(_("--remote-send <keys>\tSend <keys> to a Vim server and exit"));
main_msg(_("--remote-expr <expr>\tEvaluate <expr> in a Vim server and print result"));