Another correction for the cal(1) usage.
This commit is contained in:
parent
6442071c29
commit
45f67c556b
3
cal.c
3
cal.c
|
@ -109,7 +109,8 @@ isleap(int year)
|
||||||
static void
|
static void
|
||||||
usage(void)
|
usage(void)
|
||||||
{
|
{
|
||||||
eprintf("usage: %s [-1] [-3] [-m] [-s] [-y] [-c columns] [-f firstday] [-n nmonths] [[[ day] month] 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