mirror of
https://git.savannah.gnu.org/git/coreutils.git
synced 2025-09-10 07:59:52 +02:00
doc: adust --help, --version alignment
* src/system.h: Adjust the alignment of the --help and --version option descriptions, to start at column 21. This better aligns with the descriptions of most commands, and also aligns with the minimum column a description must start at to ensure a blank line is not output when a description follows an option on a line by itself.
This commit is contained in:
@@ -410,9 +410,9 @@ enum
|
||||
"for details about the options it supports.\n")
|
||||
|
||||
#define HELP_OPTION_DESCRIPTION \
|
||||
_(" --help display this help and exit\n")
|
||||
_(" --help display this help and exit\n")
|
||||
#define VERSION_OPTION_DESCRIPTION \
|
||||
_(" --version output version information and exit\n")
|
||||
_(" --version output version information and exit\n")
|
||||
|
||||
#include "closein.h"
|
||||
#include "closeout.h"
|
||||
|
||||
Reference in New Issue
Block a user