diff options
author | Nick White <git@njw.me.uk> | 2008-05-13 21:09:31 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2008-05-13 21:09:31 +0100 |
commit | 33402f6f799b53ff6ae910f6e94977daa75cf27d (patch) | |
tree | 59ed70b710ae5442b3f8a44a37a1af8a52e7b01c /src/cli.c | |
parent | 36069abef781f205fa7493babdc84262af18512f (diff) |
Added quiet option
Diffstat (limited to 'src/cli.c')
-rw-r--r-- | src/cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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"); } |