aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-12 22:36:07 +0000
committervapier <vapier@69ca8d6d-28ef-0310-b511-8ec308f3f277>2005-05-12 22:36:07 +0000
commit896c455f23e728e82e42d94ce50e67d2bee7c727 (patch)
treeb2b745ffd858d8054a32896068fd9cbe695f87a8
parent82f40a4eedb2d003802d6f5b563309f6baf98dbe (diff)
downloadbusybox-w32-896c455f23e728e82e42d94ce50e67d2bee7c727.tar.gz
busybox-w32-896c455f23e728e82e42d94ce50e67d2bee7c727.tar.bz2
busybox-w32-896c455f23e728e82e42d94ce50e67d2bee7c727.zip
update usage to match actual behavior
git-svn-id: svn://busybox.net/trunk/busybox@10314 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r--include/usage.h4
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" \