From 834d8e96c7ff9b1224b1b5ab652f9ee3fc8ac633 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Thu, 18 Aug 2005 22:26:42 +0000 Subject: (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. --- src/sort.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/sort.c b/src/sort.c index 7227085a8..b34d6f7d2 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\ -- cgit v1.2.3-54-g00ecf