diff src/main.c @ 14153:01b7a627d403 v8.1.0094

patch 8.1.0094: help text "usage:" is not capatalized commit https://github.com/vim/vim/commit/32aaf5ae07af1d5befaf997688fde5d6637d43f8 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Jun 21 21:38:33 2018 +0200 patch 8.1.0094: help text "usage:" is not capatalized Problem: Help text "usage:" is not capatalized. Solution: Make it "Usage:". (closes https://github.com/vim/vim/issues/3044)
author Christian Brabandt <cb@256bit.org>
date Thu, 21 Jun 2018 21:45:05 +0200
parents cb731d098241
children ddf160d82971
line wrap: on
line diff
--- a/src/main.c
+++ b/src/main.c
@@ -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] "));