Merge in the cal applet from Steve Merrifield <steve@labyrinth.net.au>

This commit is contained in:
Eric Andersen
2001-12-06 15:16:43 +00:00
parent b24d65659f
commit c98c06233e
3 changed files with 439 additions and 0 deletions

View File

@ -63,6 +63,14 @@
#define bzcat_full_usage \
"Uncompress to stdout."
#define cal_trivial_usage \
"[-jy] [[month] year]"
#define cal_full_usage \
"Display a calendar.\n" \
"\nOptions:\n" \
"\t-j\tUse julian dates.\n" \
"\t-y\tDisplay the entire year."
#define cat_trivial_usage \
"[FILE]..."
#define cat_full_usage \