summaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorK.Takata <kentkt@csc.jp>2022-11-09 16:29:24 +0000
committerBram Moolenaar <Bram@vim.org>2022-11-09 16:29:24 +0000
commit0fd7be7f951b639312c9cb3917c7e61ba3b55a60 (patch)
treea24e5ffd1fb3301d96e76be9cdb6f5a6a9a00484 /src/main.c
parent80613d64e69ccdac3dbf4eb06d55b2cf1218b819 (diff)
patch 9.0.0848: help item for --log argument is not aligned nicelyv9.0.0848
Problem: Help item for --log argument is not aligned nicely. Solution: Add a Tab. (Ken Takata, closes #11521)
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 389a202c84..16a47b3333 100644
--- a/src/main.c
+++ b/src/main.c
@@ -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"));