Updated cal usage()

Now usage matches cal.1

Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
Jesse Ogle 2013-06-19 17:04:06 -04:00 committed by Christoph Lohmann
parent 8fc4858a3c
commit 6442071c29
1 changed files with 1 additions and 1 deletions

2
cal.c
View File

@ -109,7 +109,7 @@ isleap(int year)
static void
usage(void)
{
eprintf("usage: %s [-c columns] [-m month] [-n number] [-y year]\n",
eprintf("usage: %s [-1] [-3] [-m] [-s] [-y] [-c columns] [-f firstday] [-n nmonths] [[[ day] month] year]\n",
argv0);
}