CLI config/attachment help info inverted; fixed

This commit is contained in:
Chris Caron 2020-08-30 18:05:41 -04:00
parent cba8599764
commit 31cd61540c

View File

@ -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={}). '