0
0
mirror of https://github.com/vim/vim.git synced 2025-09-27 04:14:06 -04:00

patch 8.1.0094: help text "usage:" is not capatalized

Problem:    Help text "usage:" is not capatalized.
Solution:   Make it "Usage:". (closes #3044)
This commit is contained in:
Bram Moolenaar
2018-06-21 21:38:33 +02:00
parent 2ed890f1f8
commit 32aaf5ae07
2 changed files with 3 additions and 1 deletions

View File

@@ -3269,7 +3269,7 @@ usage(void)
#endif
mch_msg(longVersion);
mch_msg(_("\n\nusage:"));
mch_msg(_("\n\nUsage:"));
for (i = 0; ; ++i)
{
mch_msg(_(" vim [arguments] "));

View File

@@ -761,6 +761,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
94,
/**/
93,
/**/