diff options
author | Nick White <git@njw.me.uk> | 2008-06-06 10:55:54 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2008-06-06 10:55:54 +0100 |
commit | 957738c38ce7a364cc4886b5151a8891cae2a028 (patch) | |
tree | 749b3e4e4480b2547d5afaff6a4682d149c34d70 /src/cli.c | |
parent | 33402f6f799b53ff6ae910f6e94977daa75cf27d (diff) |
Added section download support
Diffstat (limited to 'src/cli.c')
-rw-r--r-- | src/cli.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -63,6 +63,7 @@ void showusage() printf("-l | --list-issues List available issues\n"); printf("-a | --download-all Download all issues\n"); printf("-d | --download-issue issno Download issue number issno\n"); + printf("-s | --download-section secno Download section number secno\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"); |