Update CLI

pull/2/head
Vinayak Mehta 2019-01-02 16:36:25 +05:30
parent 859610e0dc
commit 7a0acd7929
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ pass_config = click.make_pass_decorator(Config)
@click.version_option(version=__version__)
@click.option('-q', '--quiet', is_flag=False, help='Suppress logs and warnings.')
@click.option('-p', '--pages', default='1', help='Comma-separated page numbers.'
' Example: 1,3,4 or 1,4-end.')
' Example: 1,3,4 or 1,4-end or all.')
@click.option('-pw', '--password', help='Password for decryption.')
@click.option('-o', '--output', help='Output file path.')
@click.option('-f', '--format',