aboutsummaryrefslogtreecommitdiff
path: root/include/usage.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/usage.h')
-rw-r--r--include/usage.h8
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 \