mirror of https://github.com/caronc/apprise
CLI config/attachment help info inverted; fixed
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