Quote example commands consistently.
* 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>
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 ();
}