summaryrefslogtreecommitdiff
path: root/src/sort.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1999-05-05 01:56:45 +0000
committerJim Meyering <jim@meyering.net>1999-05-05 01:56:45 +0000
commit431db6c84745a69384c57e57db66097f715747c0 (patch)
tree651715cdd4ec0b08b23001304bd6ac7cc3ad37a8 /src/sort.c
parent207d6b3cdab0e748edf518ebbafb28a23f87e270 (diff)
downloadcoreutils-431db6c84745a69384c57e57db66097f715747c0.tar.xz
add missing backslash-before-newline in usage message
Diffstat (limited to 'src/sort.c')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index 04ac265f4..9e7de66d0 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\