Fix trivial spelling and spacing error in cli help

This commit is contained in:
Andrew Browning 2017-03-01 01:33:38 -05:00
parent 741c25fd67
commit 2d0870e061

View File

@ -59,8 +59,8 @@ def parser_setup(subparser):
subparser.add_argument(
"-c", "--collection-slug",
help=(
"Slug of the collection for this media entry."
"Should already exits."))
"Slug of the collection for this media entry. "
"Should already exist."))
subparser.add_argument(
'--celery',