mirror of
https://github.com/caronc/apprise.git
synced 2024-11-25 17:44:00 +01:00
CLI: Adds help text for the verbosity option (#197)
This commit is contained in:
parent
384dd94b06
commit
8f2485c917
@ -118,7 +118,9 @@ def print_version_msg():
|
|||||||
help='Perform a trial run but only prints the notification '
|
help='Perform a trial run but only prints the notification '
|
||||||
'services to-be triggered to stdout. Notifications are never '
|
'services to-be triggered to stdout. Notifications are never '
|
||||||
'sent using this mode.')
|
'sent using this mode.')
|
||||||
@click.option('--verbose', '-v', count=True)
|
@click.option('--verbose', '-v', count=True,
|
||||||
|
help='Makes the operation more talkative. Use multiple v to '
|
||||||
|
'increase the verbosity. I.e.: -vvvv')
|
||||||
@click.option('--version', '-V', is_flag=True,
|
@click.option('--version', '-V', is_flag=True,
|
||||||
help='Display the apprise version and exit.')
|
help='Display the apprise version and exit.')
|
||||||
@click.argument('urls', nargs=-1,
|
@click.argument('urls', nargs=-1,
|
||||||
|
Loading…
Reference in New Issue
Block a user