diff options
author | Jim Meyering <jim@meyering.net> | 1999-05-05 01:55:39 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 1999-05-05 01:55:39 +0000 |
commit | 207d6b3cdab0e748edf518ebbafb28a23f87e270 (patch) | |
tree | ce5bbb1bd0e4958826dd093f6e75baef889ab368 /src | |
parent | bbefeb160bb4c2218cef25f020a05f5e27c71284 (diff) | |
download | coreutils-207d6b3cdab0e748edf518ebbafb28a23f87e270.tar.xz |
add missing backslash-before-newline in usage message
Diffstat (limited to 'src')
-rw-r--r-- | src/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c index bb7a44917..04ac265f4 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\ |