diff options
Diffstat (limited to 'mediagoblin/gmg_commands/addmedia.py')
-rw-r--r-- | mediagoblin/gmg_commands/addmedia.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mediagoblin/gmg_commands/addmedia.py b/mediagoblin/gmg_commands/addmedia.py index babc6ed7..026f3495 100644 --- a/mediagoblin/gmg_commands/addmedia.py +++ b/mediagoblin/gmg_commands/addmedia.py @@ -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', |