diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-01-18 19:12:06 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-01-18 19:12:06 -0500 |
commit | 2c9197d6c7b4fcf235750e65432c272703765897 (patch) | |
tree | 8bea795f92d84b97a2300a9f48b7caf35de1771b /main.c | |
parent | f18058475504ca7e28ea6ec856c8c0303ba8a421 (diff) | |
download | weekly-2c9197d6c7b4fcf235750e65432c272703765897.tar.gz |
Documentation
* Update README
* Fix missing short option in usage statement
Diffstat (limited to 'main.c')
-rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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" |