Updated cal usage()
Now usage matches cal.1 Signed-off-by: Christoph Lohmann <20h@r-36.net>
This commit is contained in:
parent
8fc4858a3c
commit
6442071c29
2
cal.c
2
cal.c
|
@ -109,7 +109,7 @@ isleap(int year)
|
||||||
static void
|
static void
|
||||||
usage(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);
|
argv0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user