From: Jim Meyering Date: Wed, 17 Aug 2005 20:50:17 +0000 (+0000) Subject: (usage): Fix typo s/POS 2/POS2/. X-Git-Tag: CPPI-1_12~115 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a8b452b32eabdf11fc61e3ebcb43d37c47b7c17;p=thirdparty%2Fcoreutils.git (usage): Fix typo s/POS 2/POS2/. --- diff --git a/src/sort.c b/src/sort.c index c252441cba..7227085a8b 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\