]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Fix typo s/POS 2/POS2/.
authorJim Meyering <jim@meyering.net>
Wed, 17 Aug 2005 20:50:17 +0000 (20:50 +0000)
committerJim Meyering <jim@meyering.net>
Wed, 17 Aug 2005 20:50:17 +0000 (20:50 +0000)
src/sort.c

index c252441cba926d623b8e741cd0552454dcb4bec3..7227085a8bc274e7843eff1b58fa4e066509accd 100644 (file)
@@ -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\