From: Jim Meyering Date: Wed, 5 May 1999 01:55:39 +0000 (+0000) Subject: add missing backslash-before-newline in usage message X-Git-Tag: TEXTUTILS-1_22k~38 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=207d6b3cdab0e748edf518ebbafb28a23f87e270;p=thirdparty%2Fcoreutils.git add missing backslash-before-newline in usage message --- diff --git a/src/sort.c b/src/sort.c index bb7a449176..04ac265f4d 100644 --- a/src/sort.c +++ b/src/sort.c @@ -291,7 +291,7 @@ Write sorted concatenation of all FILE(s) to standard output.\n\ \n\ +POS1 [-POS2] start a key at POS1, end it *before* POS2 (obsolescent)\n\ field numbers and character offsets are numbered\n\ - starting with zero (contrast with the -k option)\n + starting with zero (contrast with the -k option)\n\ -b ignore leading blanks in sort fields or keys\n\ -c check if given files already sorted, do not sort\n\ -d consider only [a-zA-Z0-9 ] characters in keys\n\