mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Fix the usage() to match style(9).
This commit is contained in:
parent
d3ee5eafe5
commit
67cb90ecd7
1 changed files with 4 additions and 3 deletions
|
|
@ -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 a new issue