* 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.
"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"