From 6a8b452b32eabdf11fc61e3ebcb43d37c47b7c17 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Wed, 17 Aug 2005 20:50:17 +0000 Subject: (usage): Fix typo s/POS 2/POS2/. --- src/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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\ -- cgit v1.2.3-54-g00ecf