From: Andrew Browning Date: Wed, 1 Mar 2017 06:33:38 +0000 (-0500) Subject: Fix trivial spelling and spacing error in cli help X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=2d0870e0617ef55951419a3e08de13f66b46c24d;p=mediagoblin.git Fix trivial spelling and spacing error in cli help --- 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',