]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage) [-b,-t]: Ensure that there are at least two
authorJim Meyering <jim@meyering.net>
Thu, 18 Aug 2005 22:26:42 +0000 (22:26 +0000)
committerJim Meyering <jim@meyering.net>
Thu, 18 Aug 2005 22:26:42 +0000 (22:26 +0000)
spaces between each option and the corresponding description -- this
lets help2man format entries properly.  Reported by Edward Welbourne.

src/sort.c

index 7227085a8bc274e7843eff1b58fa4e066509accd..b34d6f7d258e9b33ae0804e109a510df0a136a04 100644 (file)
@@ -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\