updated for version 7.0223
diff --git a/src/main.c b/src/main.c
index 50901ce..ca8de17 100644
--- a/src/main.c
+++ b/src/main.c
@@ -2920,6 +2920,9 @@
main_msg(_("--remote-silent <files> Same, don't complain if there is no server"));
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"));
+# 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"));
main_msg(_("--serverlist\t\tList available Vim server names and exit"));