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:
+1
-1
@@ -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 (_("\
|
||||
|
||||
Reference in New Issue
Block a user