diff options
author | WormHeamer | 2025-03-09 15:51:40 -0400 |
---|---|---|
committer | WormHeamer | 2025-03-09 15:51:40 -0400 |
commit | d0f41dfcd7b69d02d0ca03087097a67eb9454bb3 (patch) | |
tree | eaed6105129247756b4e06f57a8872fd501bb40c /main.c | |
parent | 2ba77b1163e3c3a9aa7cc89b1b284ba21ddfd78c (diff) |
add [-t TITLE] to usage string
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c index 996a3ad..fa12a70 100644 --- a/main.c +++ b/main.c @@ -277,7 +277,7 @@ int hvar_calc(Str param, Str *name, Str *val, Str filename) { void usage(const char *cmd) { fprintf(stderr, "usage: %s -?\n" - " %s [-s] [-c FILE] [-h NAME:ARG1[,ARG2,ARG3...]] [FILES...]\n" + " %s [-s] [-c FILE] [-t TITLE] [-h NAME:ARG1[,ARG2,ARG3...]] [FILES...]\n" "\n" " -? --help show this help text\n" " -s --standalone prefix with html metadata\n" |