]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
sort: promote '--debug'
authorEric Blake <eblake@redhat.com>
Mon, 7 Dec 2015 21:12:07 +0000 (14:12 -0700)
committerEric Blake <eblake@redhat.com>
Mon, 7 Dec 2015 21:12:07 +0000 (14:12 -0700)
* src/sort.c (usage): Mention --debug in KEYDEF paragraph.

src/sort.c

index b1948f20bc00b73e9d0058fce64b2df44b3f9393..399b9644d527da5b4e6d5ff4ce11ee14aadb28ec 100644 (file)
@@ -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);