]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
* src/uniq.c (usage): Say "key-selection", not "field-selection".
authorJim Meyering <meyering@redhat.com>
Tue, 18 Dec 2007 20:14:49 +0000 (21:14 +0100)
committerJim Meyering <meyering@redhat.com>
Tue, 18 Dec 2007 20:14:49 +0000 (21:14 +0100)
Quote example commands consistently.

ChangeLog
src/uniq.c

index 8d5c1ab84cfa9f32cdd92fd724d21e29b0b5ceff..e940e635ac784601a997dcc897954b65612aa39a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -2,6 +2,8 @@
 
        * src/uniq.c (usage): Note that sorting uniq's input is often useful.
        Suggested by Eric Blake.
+       (usage): Say "key-selection", not "field-selection".
+       Quote example commands consistently.
 
 2007-12-15  Jim Meyering  <meyering@redhat.com>
 
index 5fcbed9a42c0fe89112e2d7b45de902569117b78..b5c92e07890f1e5117bdea43fdf761047b642677 100644 (file)
@@ -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 ();
     }