diff options
| author | Pádraig Brady <P@draigBrady.com> | 2026-01-16 17:24:13 +0000 |
|---|---|---|
| committer | Pádraig Brady <P@draigBrady.com> | 2026-01-21 13:51:39 +0000 |
| commit | e9d398e221e00a612ac920d08735f118f384ced8 (patch) | |
| tree | 9241b60825c5fa0f78b63f6088a65c22694c1a75 /src | |
| parent | cab15fc4ef6326c2345044200bb48c6a2a1a087d (diff) | |
| download | coreutils-e9d398e221e00a612ac920d08735f118f384ced8.tar.gz coreutils-e9d398e221e00a612ac920d08735f118f384ced8.zip | |
doc: put --help and --version descriptions on separate line
* src/system.h: This aligns the output with the option
description format used in most commands
Diffstat (limited to 'src')
| -rw-r--r-- | src/system.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/system.h b/src/system.h index d3677f675..1d52f6300 100644 --- a/src/system.h +++ b/src/system.h @@ -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" |
