summaryrefslogtreecommitdiff
path: root/src/uniq.c
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2006-02-18 07:45:27 +0000
committerJim Meyering <jim@meyering.net>2006-02-18 07:45:27 +0000
commitda3340fab1c5f29f163e71411608aa398ff0c13f (patch)
tree2683908d41691575aacf9531f3bb359df5af01b3 /src/uniq.c
parent703b835b473469bbdab9104f84a4b3366aa1f111 (diff)
downloadcoreutils-da3340fab1c5f29f163e71411608aa398ff0c13f.tar.xz
(usage): Use two spaces (not one) to separate the
--first-only option string from its description, so help2man formats the derived man page properly.
Diffstat (limited to 'src/uniq.c')
-rw-r--r--src/uniq.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/uniq.c b/src/uniq.c
index 057270145..4ea3fdeee 100644
--- a/src/uniq.c
+++ b/src/uniq.c
@@ -1,5 +1,5 @@
/* uniq -- remove duplicate lines from a sorted file
- Copyright (C) 86, 91, 1995-2005 Free Software Foundation, Inc.
+ Copyright (C) 86, 91, 1995-2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -149,7 +149,7 @@ Mandatory arguments to long options are mandatory for short options too.\n\
-d, --repeated only print duplicate lines\n\
"), stdout);
fputs (_("\
- -D, --all-repeated[=delimit-method] print all duplicate lines\n\
+ -D, --all-repeated[=delimit-method] print all duplicate lines\n\
delimit-method={none(default),prepend,separate}\n\
Delimiting is done with blank lines.\n\
-f, --skip-fields=N avoid comparing the first N fields\n\