diff options
author | Pádraig Brady <P@draigBrady.com> | 2010-06-29 01:20:23 +0100 |
---|---|---|
committer | Pádraig Brady <P@draigBrady.com> | 2010-06-29 01:20:23 +0100 |
commit | 91b7b7cf7efc007ffb3fbc61c3203c8bfcca6cb3 (patch) | |
tree | 594bb490a40a110eda7edbb378ed89f18427d1c4 /src | |
parent | 825a92240e3a691ae5f95401a35f24f804a0b260 (diff) | |
download | coreutils-91b7b7cf7efc007ffb3fbc61c3203c8bfcca6cb3.tar.xz |
doc: reference POS syntax in --help for sort --key
* src/sort.c (usage): Reference the additional description
of the POS syntax.
Diffstat (limited to 'src')
-rw-r--r-- | src/sort.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sort.c b/src/sort.c index 517907086..ff8a97a99 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 (_("\ |