diff options
author | Rob Landley <rob@landley.net> | 2005-09-07 04:18:36 +0000 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2005-09-07 04:18:36 +0000 |
commit | 14efdc58ce064fd4e0601e7099aec1c54bdaba0b (patch) | |
tree | 1d3cc979d1d5f829176be54ffc7d4674db64b7e6 /include | |
parent | 99f61719cb5d3d6e403e7cb9645c8f6289bb9ca4 (diff) | |
download | busybox-14efdc58ce064fd4e0601e7099aec1c54bdaba0b.tar.gz |
Don't comment warnings. Don't put #warnings about warnings. _FIX_ warnings.
This fixes the warning, and makes the binary smaller out of sheer pique.
(Yes, since Manuel did this one it's nice tight code that took several
attempts to shrink, but I was ticked.)
Add the start of a test for uniq; this is about the first 1/3 of the
tests we need for full susv3 coverage of uniq.
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index 36d43cb39..29d78bbbb 100644 --- a/include/usage.h +++ b/include/usage.h @@ -3041,7 +3041,7 @@ "\t-f\tforce overwrite an existing file" #define uniq_trivial_usage \ - "[OPTION]... [INPUT [OUTPUT]]" + "[-fscdu]... [INPUT [OUTPUT]]" #define uniq_full_usage \ "Discard all but one of successive identical lines from INPUT\n" \ "(or standard input), writing to OUTPUT (or standard output).\n\n" \ |