1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-07-27 19:10:17 +02:00

doc: reference POS syntax in --help for sort --key

* src/sort.c (usage): Reference the additional description
of the POS syntax.
This commit is contained in:
Pádraig Brady
2010-06-29 01:20:23 +01:00
parent 825a92240e
commit 91b7b7cf7e
+1 -1
View File
@@ -386,7 +386,7 @@ Other options:\n\
"), stdout);
fputs (_("\
-k, --key=POS1[,POS2] start a key at POS1 (origin 1), end it at POS2\n\
(default end of line)\n\
(default end of line). See POS syntax below\n\
-m, --merge merge already sorted files; do not sort\n\
"), stdout);
fputs (_("\