]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
doc: put --help and --version descriptions on separate line
authorPádraig Brady <P@draigBrady.com>
Fri, 16 Jan 2026 17:24:13 +0000 (17:24 +0000)
committerPádraig Brady <P@draigBrady.com>
Wed, 21 Jan 2026 13:51:39 +0000 (13:51 +0000)
* src/system.h: This aligns the output with the option
description format used in most commands

src/system.h

index d3677f6750121aacdb035dcd3f6447d02e8ecf39..1d52f6300b11cec6e94d46520d4bf1db8963ccb4 100644 (file)
@@ -337,9 +337,9 @@ enum
 "for details about the options it supports.\n")
 
 #define HELP_OPTION_DESCRIPTION \
-  _("      --help        display this help and exit\n")
+  _("      --help\n         display this help and exit\n")
 #define VERSION_OPTION_DESCRIPTION \
-  _("      --version     output version information and exit\n")
+  _("      --version\n         output version information and exit\n")
 
 #include "closein.h"
 #include "closeout.h"