diff options
author | Bram Moolenaar <Bram@vim.org> | 2020-05-11 23:14:04 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2020-05-11 23:14:04 +0200 |
commit | 86181df9f5501ba735dcb75e0832c35ac1212ca6 (patch) | |
tree | 000721bba20b6216f44cd77844e363ce1613f6a5 /src/main.c | |
parent | b415168a9862023462b7193e83da948cb8d11893 (diff) | |
download | vim-git-86181df9f5501ba735dcb75e0832c35ac1212ca6.tar.gz |
patch 8.2.0740: minor message mistakesv8.2.0740
Problem: Minor message mistakes.
Solution: Change vim to Vim and other fixes.
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/main.c b/src/main.c index a65392f77..a1e933cc5 100644 --- a/src/main.c +++ b/src/main.c @@ -3562,7 +3562,7 @@ usage(void) #endif #if (defined(UNIX) || defined(VMS)) && defined(FEAT_X11) # if defined(FEAT_GUI_X11) && !defined(FEAT_GUI_GTK) - main_msg(_("-display <display>\tConnect vim to this particular X-server")); + main_msg(_("-display <display>\tConnect Vim to this particular X-server")); # endif main_msg(_("-X\t\t\tDo not connect to X server")); #endif @@ -3599,7 +3599,7 @@ usage(void) # endif # endif # endif - main_msg(_("-display <display>\tRun vim on <display>")); + main_msg(_("-display <display>\tRun Vim on <display>")); main_msg(_("-iconic\t\tStart vim iconified")); main_msg(_("-background <color>\tUse <color> for the background (also: -bg)")); main_msg(_("-foreground <color>\tUse <color> for normal text (also: -fg)")); @@ -3621,7 +3621,7 @@ usage(void) main_msg(_("-font <font>\t\tUse <font> for normal text (also: -fn)")); main_msg(_("-geometry <geom>\tUse <geom> for initial geometry (also: -geom)")); main_msg(_("-reverse\t\tUse reverse video (also: -rv)")); - main_msg(_("-display <display>\tRun vim on <display> (also: --display)")); + main_msg(_("-display <display>\tRun Vim on <display> (also: --display)")); main_msg(_("--role <role>\tSet a unique role to identify the main window")); main_msg(_("--socketid <xid>\tOpen Vim inside another GTK widget")); main_msg(_("--echo-wid\t\tMake gvim echo the Window ID on stdout")); |