diff options
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 @@ | |||
3041 | "\t-f\tforce overwrite an existing file" | 3041 | "\t-f\tforce overwrite an existing file" |
3042 | 3042 | ||
3043 | #define uniq_trivial_usage \ | 3043 | #define uniq_trivial_usage \ |
3044 | "[OPTION]... [INPUT [OUTPUT]]" | 3044 | "[-fscdu]... [INPUT [OUTPUT]]" |
3045 | #define uniq_full_usage \ | 3045 | #define uniq_full_usage \ |
3046 | "Discard all but one of successive identical lines from INPUT\n" \ | 3046 | "Discard all but one of successive identical lines from INPUT\n" \ |
3047 | "(or standard input), writing to OUTPUT (or standard output).\n\n" \ | 3047 | "(or standard input), writing to OUTPUT (or standard output).\n\n" \ |