From: Jim Meyering Date: Thu, 2 Jun 2005 10:02:29 +0000 (+0000) Subject: (usage): Put `Ordering options:' line where it belongs. X-Git-Tag: CPPI-1_12~660 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=9c66558d8ecb0f72805b2ec48705e75b657f0635;p=thirdparty%2Fcoreutils.git (usage): Put `Ordering options:' line where it belongs. --- diff --git a/src/sort.c b/src/sort.c index 9059d263df..7ba36ca33f 100644 --- a/src/sort.c +++ b/src/sort.c @@ -286,11 +286,13 @@ Usage: %s [OPTION]... [FILE]...\n\ fputs (_("\ Write sorted concatenation of all FILE(s) to standard output.\n\ \n\ -Ordering options:\n\ -\n\ "), stdout); fputs (_("\ Mandatory arguments to long options are mandatory for short options too.\n\ +"), stdout); + fputs (_("\ +Ordering options:\n\ +\n\ "), stdout); fputs (_("\ -b, --ignore-leading-blanks ignore leading blanks\n\