summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2005-08-17 20:50:17 +0000
committerJim Meyering <jim@meyering.net>2005-08-17 20:50:17 +0000
commit6a8b452b32eabdf11fc61e3ebcb43d37c47b7c17 (patch)
treed8ce562a40a8ad318d4bea9a95bc8cf98fa44da6 /src
parentedf0536c242ea70cce0802b94749491ad8db11c7 (diff)
downloadcoreutils-6a8b452b32eabdf11fc61e3ebcb43d37c47b7c17.tar.xz
(usage): Fix typo s/POS 2/POS2/.
Diffstat (limited to 'src')
-rw-r--r--src/sort.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c
index c252441cb..7227085a8 100644
--- a/src/sort.c
+++ b/src/sort.c
@@ -310,7 +310,7 @@ Ordering options:\n\
Other options:\n\
\n\
-c, --check check whether input is sorted; do not sort\n\
- -k, --key=POS1[,POS2] start a key at POS1, end it at POS 2 (origin 1)\n\
+ -k, --key=POS1[,POS2] start a key at POS1, end it at POS2 (origin 1)\n\
-m, --merge merge already sorted files; do not sort\n\
-o, --output=FILE write result to FILE instead of standard output\n\
-s, --stable stabilize sort by disabling last-resort comparison\n\