mirror of
https://github.com/caronc/apprise.git
synced 2024-11-08 17:24:00 +01:00
CLI config/attachment help info inverted; fixed
This commit is contained in:
parent
cba8599764
commit
31cd61540c
@ -104,10 +104,10 @@ def print_version_msg():
|
||||
'optional.')
|
||||
@click.option('--config', '-c', default=None, type=str, multiple=True,
|
||||
metavar='CONFIG_URL',
|
||||
help='Specify one or more attachment.')
|
||||
help='Specify one or more configuration locations.')
|
||||
@click.option('--attach', '-a', default=None, type=str, multiple=True,
|
||||
metavar='ATTACHMENT_URL',
|
||||
help='Specify one or more configuration locations.')
|
||||
help='Specify one or more attachment.')
|
||||
@click.option('--notification-type', '-n', default=NotifyType.INFO, type=str,
|
||||
metavar='TYPE',
|
||||
help='Specify the message type (default={}). '
|
||||
|
Loading…
Reference in New Issue
Block a user