From bbc55e488dae92938772f2c523f81f427ad66f9e Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 18 Dec 2007 21:14:49 +0100 Subject: * src/uniq.c (usage): Say "key-selection", not "field-selection". Quote example commands consistently. --- src/uniq.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/uniq.c b/src/uniq.c index 5fcbed9a4..b5c92e078 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -171,9 +171,9 @@ Fields are skipped before chars.\n\ fputs (_("\ \n\ Note: while uniq can be useful even with unsorted input, in most applications\n\ -the input is sorted in a manner consistent with field-selection options.\n\ +the input is sorted in a manner consistent with key-selection options.\n\ E.g., use `sort' if `uniq' uses no such option (or simply use `sort -u');\n\ -use `sort -k 3b' with uniq -f2.\n\ +use `sort -k 3b' with `uniq -f2'.\n\ "), stdout); emit_bug_reporting_address (); } -- cgit v1.2.3-54-g00ecf