From: Eric Blake Date: Mon, 7 Dec 2015 21:12:07 +0000 (-0700) Subject: sort: promote '--debug' X-Git-Tag: v8.25~65 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2c5d86a8b8340b50ca1457923f9041143245bb35;p=thirdparty%2Fcoreutils.git sort: promote '--debug' * src/sort.c (usage): Mention --debug in KEYDEF paragraph. --- diff --git a/src/sort.c b/src/sort.c index b1948f20bc..399b9644d5 100644 --- a/src/sort.c +++ b/src/sort.c @@ -518,7 +518,7 @@ effect, characters in a field are counted from the beginning of the preceding\n\ whitespace. OPTS is one or more single-letter ordering options [bdfgiMhnRrV],\ \n\ which override global ordering options for that key. If no key is given, use\n\ -the entire line as the key.\n\ +the entire line as the key. Use --debug to diagnose incorrect key usage.\n\ \n\ SIZE may be followed by the following multiplicative suffixes:\n\ "), stdout);