mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-04-21 11:16:16 +02:00
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
This commit is contained in:
@@ -337,9 +337,9 @@ enum
|
|||||||
"for details about the options it supports.\n")
|
"for details about the options it supports.\n")
|
||||||
|
|
||||||
#define HELP_OPTION_DESCRIPTION \
|
#define HELP_OPTION_DESCRIPTION \
|
||||||
_(" --help display this help and exit\n")
|
_(" --help\n display this help and exit\n")
|
||||||
#define VERSION_OPTION_DESCRIPTION \
|
#define VERSION_OPTION_DESCRIPTION \
|
||||||
_(" --version output version information and exit\n")
|
_(" --version\n output version information and exit\n")
|
||||||
|
|
||||||
#include "closein.h"
|
#include "closein.h"
|
||||||
#include "closeout.h"
|
#include "closeout.h"
|
||||||
|
|||||||
Reference in New Issue
Block a user