Fix the usage() to match style(9).
This commit is contained in:
parent
d3ee5eafe5
commit
67cb90ecd7
@ -145,9 +145,10 @@ main(argc, argv)
|
||||
void
|
||||
usage()
|
||||
{
|
||||
(void)fprintf(stderr,
|
||||
"usage: calendar [-a] [-A days] [-W days] [-F friday] [-B days]\n"
|
||||
"\t[-f calendarfile] [-t dd[.mm[.year]]]\n");
|
||||
(void)fprintf(stderr, "%s\n%s\n",
|
||||
"usage: calendar [-a] [-A days] [-B days] [-F friday] "
|
||||
"[-f calendarfile]",
|
||||
" [-t dd[.mm[.year]]] [-W days]");
|
||||
exit(1);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user