0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 9.0.0848: help item for --log argument is not aligned nicely

Problem:    Help item for --log argument is not aligned nicely.
Solution:   Add a Tab. (Ken Takata, closes #11521)
This commit is contained in:
K.Takata
2022-11-09 16:29:24 +00:00
committed by Bram Moolenaar
parent 80613d64e6
commit 0fd7be7f95
2 changed files with 3 additions and 1 deletions

View File

@@ -3588,7 +3588,7 @@ usage(void)
main_msg(_("--startuptime <file>\tWrite startup timing messages to <file>"));
#endif
#ifdef FEAT_JOB_CHANNEL
main_msg(_("--log <file>\tStart logging to <file> early"));
main_msg(_("--log <file>\t\tStart logging to <file> early"));
#endif
#ifdef FEAT_VIMINFO
main_msg(_("-i <viminfo>\t\tUse <viminfo> instead of .viminfo"));