diff options
Diffstat (limited to 'src/uniq.c')
-rw-r--r-- | src/uniq.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uniq.c b/src/uniq.c index e4a2d157a..9eb1bf863 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -172,8 +172,8 @@ characters. Fields are skipped before chars.\n\ fputs (_("\ \n\ Note: 'uniq' does not detect repeated lines unless they are adjacent.\n\ -You may want to sort the input first, or use `sort -u' without `uniq'.\n\ -Also, comparisons honor the rules specified by `LC_COLLATE'.\n\ +You may want to sort the input first, or use 'sort -u' without 'uniq'.\n\ +Also, comparisons honor the rules specified by 'LC_COLLATE'.\n\ "), stdout); emit_ancillary_info (); } |