From 91b7b7cf7efc007ffb3fbc61c3203c8bfcca6cb3 Mon Sep 17 00:00:00 2001 From: =?utf8?q?P=C3=A1draig=20Brady?=
Date: Tue, 29 Jun 2010 01:20:23 +0100 Subject: [PATCH] doc: reference POS syntax in --help for sort --key * src/sort.c (usage): Reference the additional description of the POS syntax. --- src/sort.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sort.c b/src/sort.c index 5179070..ff8a97a 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 (_("\ -- 2.7.4