From: Jim Meyering Date: Wed, 5 May 1999 01:56:45 +0000 (+0000) Subject: add missing backslash-before-newline in usage message X-Git-Tag: TEXTUTILS-1_22k~37 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=431db6c84745a69384c57e57db66097f715747c0;p=thirdparty%2Fcoreutils.git add missing backslash-before-newline in usage message --- diff --git a/src/sort.c b/src/sort.c index 04ac265f4d..9e7de66d07 100644 --- a/src/sort.c +++ b/src/sort.c @@ -300,7 +300,7 @@ Write sorted concatenation of all FILE(s) to standard output.\n\ -i consider only [\\040-\\0176] characters in keys\n\ -k POS1[,POS2] start a key at POS1, end it *at* POS2\n\ field numbers and character offsets are numbered\n\ - starting with one (contrast with zero-based +POS form)\n + starting with one (contrast with zero-based +POS form)\n\ -m merge already sorted files, do not sort\n\ -M compare (unknown) < `JAN' < ... < `DEC', imply -b\n\ -n compare according to string numerical value, imply -b\n\