Another correction for the cal(1) usage.

This commit is contained in:
Christoph Lohmann 2013-06-19 23:24:34 +02:00
parent 6442071c29
commit 45f67c556b
1 changed files with 2 additions and 1 deletions

3
cal.c
View File

@ -109,7 +109,8 @@ isleap(int year)
static 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);
}