aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2022-01-18 19:12:06 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2022-01-18 19:12:06 -0500
commit2c9197d6c7b4fcf235750e65432c272703765897 (patch)
tree8bea795f92d84b97a2300a9f48b7caf35de1771b /main.c
parentf18058475504ca7e28ea6ec856c8c0303ba8a421 (diff)
downloadweekly-2c9197d6c7b4fcf235750e65432c272703765897.tar.gz
Documentation
* Update README * Fix missing short option in usage statement
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 036ece4..97789ac 100644
--- a/main.c
+++ b/main.c
@@ -80,7 +80,7 @@ const char *FMT_HEADER = "\x01\x01\x01## date: %s\n"
"## host: %s\n\x02\x02\x02";
const char *FMT_FOOTER = "\x03\x03\x03";
const char *USAGE_STATEMENT = \
- "usage: %s [-h] [-V] [-dDy] [-]\n\n"
+ "usage: %s [-h] [-V] [-dDys] [-]\n\n"
"Weekly Report Generator v%s\n\n"
"Options:\n"
"--help -h Show this usage statement\n"