diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-06 15:16:43 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2001-12-06 15:16:43 +0000 |
commit | 085553216368f5c5105f45841cd1e63c9a9a1646 (patch) | |
tree | 2529ea61e3d5d53420062d391a647995cfce4ca4 /include/usage.h | |
parent | 16213be079ec7df974070d467db62e889a44d46d (diff) | |
download | busybox-w32-085553216368f5c5105f45841cd1e63c9a9a1646.tar.gz busybox-w32-085553216368f5c5105f45841cd1e63c9a9a1646.tar.bz2 busybox-w32-085553216368f5c5105f45841cd1e63c9a9a1646.zip |
Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>
git-svn-id: svn://busybox.net/trunk/busybox@3857 69ca8d6d-28ef-0310-b511-8ec308f3f277
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 \ |