tAdd missing flags from usage() function - scribo - Email-based phlog generator
(HTM) git clone git://git.z3bra.org/scribo.git
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit d06dbcf4cdaca20a31c94415d297c47d6e300236
(DIR) parent 5bc8b7de2cecfaced64273f794f901db2bdbf9b4
(HTM) Author: Willy Goiffon <dev@z3bra.org>
Date: Mon, 7 Sep 2020 10:00:33 +0200
Add missing flags from usage() function
Diffstat:
M scribo.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
(DIR) diff --git a/scribo.c b/scribo.c
t@@ -14,7 +14,7 @@
void
usage(char *pgm)
{
- fprintf(stderr, "usage: %s [-b basedir]", pgm);
+ fprintf(stderr, "usage: %s [-b basedir] [-io file]", pgm);
}
int