Fix trivial spelling and spacing error in cli help
authorAndrew Browning <ayleph@thisshitistemp.com>
Wed, 1 Mar 2017 06:33:38 +0000 (01:33 -0500)
committerAndrew Browning <ayleph@thisshitistemp.com>
Wed, 1 Mar 2017 06:34:04 +0000 (01:34 -0500)
mediagoblin/gmg_commands/addmedia.py

index babc6ed75a50df6fe7cebe1b7f20b3c9eef1cbfb..026f349575cc4ed1ba2feae2b5a6c5ab53881aa8 100644 (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',