List the -t option in usage().

PR:		21734
Submitted by:	Giorgos Keramidas <keramida@ceid.upatras.gr>
This commit is contained in:
Alexander Langer 2000-10-06 12:10:51 +00:00
parent d181bf8003
commit 15dde4b2f5
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ void
usage()
{
(void)fprintf(stderr,
"usage: calendar [-a] [-A days] [-B days] [-f calendarfile]\n");
"usage: calendar [-a] [-A days] [-B days] [-f calendarfile] [-t dd[.mm[.year]]]\n");
exit(1);
}