markman

markdown man page converter
git clone git://edryd.org/markman
Log | Files | Refs | README | LICENSE

commit 2853c0261fae5b64cadd47b7b7ac341c0c197bc9
parent 503085b580f72d9c13816d9ac5be432bdb7f84bc
Author: Ed van Bruggen <ed@edryd.org>
Date:   Sat,  5 Jul 2025 00:14:51 -0400

Update usage help options

Diffstat:
Mmarkman.c | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/markman.c b/markman.c @@ -420,7 +420,8 @@ str_file(int fd) static void usage(const int eval) { - die(eval, "usage: %s [-cChv] [-t TITLE] [-d DATE] [-SECNUM] [FILENAME]", argv0); + die(eval, "usage: %s [-cCnDhv] [-t TITLE] [-d DATE] [-V VERSION] [-m MIDDLE] [-s SYNOPSIS] [-SECNUM] [FILE]", + argv0); } int