From: Pádraig Brady
Date: Fri, 16 Jan 2026 17:24:13 +0000 (+0000) Subject: doc: put --help and --version descriptions on separate line X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e9d398e221e00a612ac920d08735f118f384ced8;p=thirdparty%2Fcoreutils.git 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 --- diff --git a/src/system.h b/src/system.h index d3677f6750..1d52f6300b 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"