diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-12 22:36:07 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-12 22:36:07 +0000 |
commit | 4d149205c314bce1db57aca1c86ca0690d15b076 (patch) | |
tree | b2b745ffd858d8054a32896068fd9cbe695f87a8 /include | |
parent | 0d605e98b2ad4940dcd9dceaba21286718af9cbe (diff) | |
download | busybox-w32-4d149205c314bce1db57aca1c86ca0690d15b076.tar.gz busybox-w32-4d149205c314bce1db57aca1c86ca0690d15b076.tar.bz2 busybox-w32-4d149205c314bce1db57aca1c86ca0690d15b076.zip |
update usage to match actual behavior
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/usage.h b/include/usage.h index ce8d407e3..f1ae92316 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -216,7 +216,7 @@ | |||
216 | #define cmp_trivial_usage \ | 216 | #define cmp_trivial_usage \ |
217 | "[-l] [-s] FILE1 [FILE2]" | 217 | "[-l] [-s] FILE1 [FILE2]" |
218 | #define cmp_full_usage \ | 218 | #define cmp_full_usage \ |
219 | "Compare files. Compares FILE1 vs stdin if FILE2 is not specified.\n\n" \ | 219 | "Compares FILE1 vs stdin if FILE2 is not specified.\n\n" \ |
220 | "Options:\n" \ | 220 | "Options:\n" \ |
221 | "\t-l\tWrite the byte numbers (decimal) and values (octal)\n" \ | 221 | "\t-l\tWrite the byte numbers (decimal) and values (octal)\n" \ |
222 | "\t\t for all differing bytes\n" \ | 222 | "\t\t for all differing bytes\n" \ |
@@ -225,7 +225,7 @@ | |||
225 | #define comm_trivial_usage \ | 225 | #define comm_trivial_usage \ |
226 | "[-123] FILE1 FILE2" | 226 | "[-123] FILE1 FILE2" |
227 | #define comm_full_usage \ | 227 | #define comm_full_usage \ |
228 | "Compare files. Compares FILE1 to FILE2, or to stdin if - is specified.\n\n" \ | 228 | "Compares FILE1 to FILE2, or to stdin if = is specified.\n\n" \ |
229 | "Options:\n" \ | 229 | "Options:\n" \ |
230 | "\t-1\tSuppress lines unique to FILE1\n" \ | 230 | "\t-1\tSuppress lines unique to FILE1\n" \ |
231 | "\t-2\tSuppress lines unique to FILE2\n" \ | 231 | "\t-2\tSuppress lines unique to FILE2\n" \ |