diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-12-06 15:16:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-12-06 15:16:43 +0000 |
commit | c98c06233e8ac24ebf75ddae68f1f1a3a95a3bd1 (patch) | |
tree | 2529ea61e3d5d53420062d391a647995cfce4ca4 /include/usage.h | |
parent | b24d65659f193cd7497dfdae4d8aa1bc91dbf343 (diff) | |
download | busybox-w32-c98c06233e8ac24ebf75ddae68f1f1a3a95a3bd1.tar.gz busybox-w32-c98c06233e8ac24ebf75ddae68f1f1a3a95a3bd1.tar.bz2 busybox-w32-c98c06233e8ac24ebf75ddae68f1f1a3a95a3bd1.zip |
Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>
Diffstat (limited to 'include/usage.h')
-rw-r--r-- | include/usage.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/usage.h b/include/usage.h index 14d16561f..3475d99f0 100644 --- a/include/usage.h +++ b/include/usage.h | |||
@@ -63,6 +63,14 @@ | |||
63 | #define bzcat_full_usage \ | 63 | #define bzcat_full_usage \ |
64 | "Uncompress to stdout." | 64 | "Uncompress to stdout." |
65 | 65 | ||
66 | #define cal_trivial_usage \ | ||
67 | "[-jy] [[month] year]" | ||
68 | #define cal_full_usage \ | ||
69 | "Display a calendar.\n" \ | ||
70 | "\nOptions:\n" \ | ||
71 | "\t-j\tUse julian dates.\n" \ | ||
72 | "\t-y\tDisplay the entire year." | ||
73 | |||
66 | #define cat_trivial_usage \ | 74 | #define cat_trivial_usage \ |
67 | "[FILE]..." | 75 | "[FILE]..." |
68 | #define cat_full_usage \ | 76 | #define cat_full_usage \ |