doc tweaks

This commit is contained in:
Kartik K. Agaram 2022-02-17 08:33:16 -08:00
parent 52e009cf56
commit 8458d95e8f
2 changed files with 5 additions and 5 deletions

View File

@ -1,6 +1,7 @@
Forked from https://packages.ubuntu.com/focal/bsdmainutils
Fork of the unix `cal` command (from https://packages.ubuntu.com/focal/bsdmainutils)
that acts as an interactive date picker.
Build:
## Build
```
sudo apt build-dep bsdmainutils

5
ncal.c
View File

@ -27,7 +27,6 @@
*/
#include <sys/cdefs.h>
__FBSDID("$FreeBSD: head/usr.bin/ncal/ncal.c 326276 2017-11-27 15:37:16Z pfg $");
#include "calendar.h"
#include <ctype.h>
@ -591,8 +590,8 @@ usage(void)
{
fputs(
"Usage: ncal [general options] [-bJjpwySM] [-H yyyy-mm-dd] [-s country_code] [[month] year]\n"
" ncal [general options] [-bJeoSM] [year]\n"
"Usage: calpick [general options] [-bJjpwySM] [-H yyyy-mm-dd] [-s country_code] [[month] year]\n"
" calpick [general options] [-bJeoSM] [year]\n"
"General options: [-31] [-A months] [-B months] [-d yyyy-mm]\n",
stderr);
exit(EX_USAGE);