From 2c5d86a8b8340b50ca1457923f9041143245bb35 Mon Sep 17 00:00:00 2001 From: Eric Blake Date: Mon, 7 Dec 2015 14:12:07 -0700 Subject: sort: promote '--debug' * src/sort.c (usage): Mention --debug in KEYDEF paragraph. --- src/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/sort.c') diff --git a/src/sort.c b/src/sort.c index b1948f20b..399b9644d 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); -- cgit v1.2.3-54-g00ecf