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:
Pádraig Brady
2022-02-12 18:23:48 +00:00
parent a4d8d58429
commit d35b305109

View File

@@ -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"