From: Pádraig Brady Date: Tue, 29 Jun 2010 00:20:23 +0000 (+0100) Subject: doc: reference POS syntax in --help for sort --key X-Git-Tag: v8.6~133 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91b7b7cf7efc007ffb3fbc61c3203c8bfcca6cb3;p=thirdparty%2Fcoreutils.git doc: reference POS syntax in --help for sort --key * src/sort.c (usage): Reference the additional description of the POS syntax. --- diff --git a/src/sort.c b/src/sort.c index 5179070867..ff8a97a99b 100644 --- a/src/sort.c +++ b/src/sort.c @@ -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 (_("\