summaryrefslogtreecommitdiff
path: root/src/cli.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.c')
-rw-r--r--src/cli.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cli.c b/src/cli.c
index 1c6227e..d15634d 100644
--- a/src/cli.c
+++ b/src/cli.c
@@ -65,6 +65,7 @@ void showusage()
printf("-d | --download-issue issno Download issue number issno\n");
printf("-f | --force Force re-download of existing files\n");
printf("-h | --help Print this help message\n");
+ printf("-q | --quiet Make output less verbose\n");
printf("-v | --verbose Make output more verbose\n");
printf("-V | --version Print version information\n");
}