aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-03-19 18:40:42 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-03-19 18:40:42 +0000
commit4baef0c77f6826163e05949371895053e31e434a (patch)
tree86ece627f5dbec84939b3f675e500877b00bfc91 /include
parentea4c43445c1fcb378b80216ef388eebc61a57696 (diff)
downloadbusybox-4baef0c77f6826163e05949371895053e31e434a.tar.gz
Minor cleanups. Document the cmp -l option.
Diffstat (limited to 'include')
-rw-r--r--include/usage.h11
1 files changed, 7 insertions, 4 deletions
diff --git a/include/usage.h b/include/usage.h
index bbc0babfc..6848549f7 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -177,10 +177,13 @@
"Clear screen."
#define cmp_trivial_usage \
- "FILE1 [FILE2]"
+ "[OPTION]... FILE1 [FILE2]"
#define cmp_full_usage \
- "\t-s\tquiet mode - do not print\n" \
- "Compare files."
+ "Compare files.\n\n" \
+ "Options:\n" \
+ "\t-l\tWrite the byte numbers (decimal) and values (octal)\n" \
+ "\t\t for all differing bytes.\n" \
+ "\t-s\tquiet mode - do not print"
#define cp_trivial_usage \
"[OPTION]... SOURCE DEST"
@@ -786,7 +789,7 @@
#endif
#define head_trivial_usage \
- "[OPTION] [FILE]..."
+ "[OPTION]... [FILE]..."
#define head_full_usage \
"Print first 10 lines of each FILE to standard output.\n" \
"With more than one FILE, precede each with a header giving the\n" \