diff options
| author | Jim Meyering <jim@meyering.net> | 2001-11-04 09:43:16 +0000 |
|---|---|---|
| committer | Jim Meyering <jim@meyering.net> | 2001-11-04 09:43:16 +0000 |
| commit | ff4121e50e68db095b7248ec6160ff3a660be55a (patch) | |
| tree | b5612381c5f63c7b126cba7e74c2f970c09df0b6 /src/uniq.c | |
| parent | (usage): Add one-line description. (diff) | |
| download | coreutils-ff4121e50e68db095b7248ec6160ff3a660be55a.tar.gz coreutils-ff4121e50e68db095b7248ec6160ff3a660be55a.zip | |
(usage): Say that
``Mandatory arguments to long options are mandatory for short options too.\n\''
Diffstat (limited to 'src/uniq.c')
| -rw-r--r-- | src/uniq.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/uniq.c b/src/uniq.c index 3abb13135..7ea3a404e 100644 --- a/src/uniq.c +++ b/src/uniq.c @@ -138,6 +138,7 @@ Usage: %s [OPTION]... [INPUT [OUTPUT]]\n\ Discard all but one of successive identical lines from INPUT (or\n\ standard input), writing to OUTPUT (or standard output).\n\ \n\ +Mandatory arguments to long options are mandatory for short options too.\n\ -c, --count prefix lines by the number of occurrences\n\ -d, --repeated only print duplicate lines\n\ -D, --all-repeated[=delimit-method] print all duplicate lines\n\ |
