From 691fe2c227e5a5fe71d40b17b8f4d32ffa40424c Mon Sep 17 00:00:00 2001 From: Chris Caron Date: Sun, 3 May 2020 20:51:30 -0400 Subject: [PATCH] attachment documentation reference cleanup --- apprise/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apprise/cli.py b/apprise/cli.py index 654e597b..65940e79 100644 --- a/apprise/cli.py +++ b/apprise/cli.py @@ -98,7 +98,7 @@ def print_version_msg(): 'optional.') @click.option('--config', '-c', default=None, type=str, multiple=True, metavar='CONFIG_URL', - help='Specify one or more configuration locations.') + help='Specify one or more attachment.') @click.option('--attach', '-a', default=None, type=str, multiple=True, metavar='ATTACHMENT_URL', help='Specify one or more configuration locations.')