From d35b305109032ed7521e808b74758e9943d74b6f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A1draig=20Brady?= Date: Sat, 12 Feb 2022 18:23:48 +0000 Subject: [PATCH 4/5] 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. --- src/system.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/system.h b/src/system.h index 16fcc38e7..08cfd3bc0 100644 --- a/src/system.h +++ b/src/system.h @@ -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" -- 2.26.2