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( subparser.add_argument(
"-c", "--collection-slug", "-c", "--collection-slug",
help=( help=(
"Slug of the collection for this media entry." "Slug of the collection for this media entry. "
"Should already exits.")) "Should already exist."))
subparser.add_argument( subparser.add_argument(
'--celery', '--celery',