diff options
author | mjn3 <mjn3@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-03-19 18:40:42 +0000 |
---|---|---|
committer | mjn3 <mjn3@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2003-03-19 18:40:42 +0000 |
commit | bb323ec800c216f4ea3cd63c34564d6ba7aace63 (patch) | |
tree | 86ece627f5dbec84939b3f675e500877b00bfc91 | |
parent | b870b5666edc22263db5f810d59404603288f3be (diff) | |
download | busybox-w32-bb323ec800c216f4ea3cd63c34564d6ba7aace63.tar.gz busybox-w32-bb323ec800c216f4ea3cd63c34564d6ba7aace63.tar.bz2 busybox-w32-bb323ec800c216f4ea3cd63c34564d6ba7aace63.zip |
Minor cleanups. Document the cmp -l option.
git-svn-id: svn://busybox.net/trunk/busybox@6755 69ca8d6d-28ef-0310-b511-8ec308f3f277
-rw-r--r-- | include/usage.h | 11 |
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 @@ | |||
177 | "Clear screen." | 177 | "Clear screen." |
178 | 178 | ||
179 | #define cmp_trivial_usage \ | 179 | #define cmp_trivial_usage \ |
180 | "FILE1 [FILE2]" | 180 | "[OPTION]... FILE1 [FILE2]" |
181 | #define cmp_full_usage \ | 181 | #define cmp_full_usage \ |
182 | "\t-s\tquiet mode - do not print\n" \ | 182 | "Compare files.\n\n" \ |
183 | "Compare files." | 183 | "Options:\n" \ |
184 | "\t-l\tWrite the byte numbers (decimal) and values (octal)\n" \ | ||
185 | "\t\t for all differing bytes.\n" \ | ||
186 | "\t-s\tquiet mode - do not print" | ||
184 | 187 | ||
185 | #define cp_trivial_usage \ | 188 | #define cp_trivial_usage \ |
186 | "[OPTION]... SOURCE DEST" | 189 | "[OPTION]... SOURCE DEST" |
@@ -786,7 +789,7 @@ | |||
786 | #endif | 789 | #endif |
787 | 790 | ||
788 | #define head_trivial_usage \ | 791 | #define head_trivial_usage \ |
789 | "[OPTION] [FILE]..." | 792 | "[OPTION]... [FILE]..." |
790 | #define head_full_usage \ | 793 | #define head_full_usage \ |
791 | "Print first 10 lines of each FILE to standard output.\n" \ | 794 | "Print first 10 lines of each FILE to standard output.\n" \ |
792 | "With more than one FILE, precede each with a header giving the\n" \ | 795 | "With more than one FILE, precede each with a header giving the\n" \ |