From: Jim Meyering Date: Thu, 18 Aug 2005 22:26:42 +0000 (+0000) Subject: (usage) [-b,-t]: Ensure that there are at least two X-Git-Tag: CPPI-1_12~113 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=834d8e96c7ff9b1224b1b5ab652f9ee3fc8ac633;p=thirdparty%2Fcoreutils.git (usage) [-b,-t]: Ensure that there are at least two spaces between each option and the corresponding description -- this lets help2man format entries properly. Reported by Edward Welbourne. --- diff --git a/src/sort.c b/src/sort.c index 7227085a8b..b34d6f7d25 100644 --- a/src/sort.c +++ b/src/sort.c @@ -294,7 +294,7 @@ Ordering options:\n\ \n\ "), stdout); fputs (_("\ - -b, --ignore-leading-blanks ignore leading blanks\n\ + -b, --ignore-leading-blanks ignore leading blanks\n\ -d, --dictionary-order consider only blanks and alphanumeric characters\n\ -f, --ignore-case fold lower case to upper case characters\n\ "), stdout); @@ -317,7 +317,7 @@ Other options:\n\ -S, --buffer-size=SIZE use SIZE for main memory buffer\n\ "), stdout); printf (_("\ - -t, --field-separator=SEP use SEP instead of non-blank to blank transition\n\ + -t, --field-separator=SEP use SEP instead of non-blank to blank transition\n\ -T, --temporary-directory=DIR use DIR for temporaries, not $TMPDIR or %s;\n\ multiple options specify multiple directories\n\ -u, --unique with -c, check for strict ordering;\n\