update usage string

This commit is contained in:
Kartik K. Agaram 2022-02-15 17:13:03 -08:00
parent 28abec85ad
commit f98a8b8f69
1 changed files with 2 additions and 6 deletions

8
ncal.c
View File

@ -586,12 +586,8 @@ usage(void)
{
fputs(
"Usage: cal [general options] [-jy] [[month] year]\n"
" cal [general options] [-j] [-m month] [year]\n"
" ncal -C [general options] [-jy] [[month] year]\n"
" ncal -C [general options] [-j] [-m month] [year]\n"
" ncal [general options] [-bhJjpwySM] [-H yyyy-mm-dd] [-s country_code] [[month] year]\n"
" ncal [general options] [-bhJeoSM] [year]\n"
"Usage: ncal [general options] [-bJjpwySM] [-H yyyy-mm-dd] [-s country_code] [[month] year]\n"
" ncal [general options] [-bJeoSM] [year]\n"
"General options: [-31] [-A months] [-B months] [-d yyyy-mm]\n",
stderr);
exit(EX_USAGE);