aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/addmedia.py
diff options
context:
space:
mode:
authorAndrew Browning <ayleph@thisshitistemp.com>2017-03-01 01:33:38 -0500
committerAndrew Browning <ayleph@thisshitistemp.com>2017-03-01 01:34:04 -0500
commit2d0870e0617ef55951419a3e08de13f66b46c24d (patch)
treee041a5aaabd0a332fb1447dde1ded01f28787593 /mediagoblin/gmg_commands/addmedia.py
parent741c25fd678a130fddeccf5be10d5e168575ab07 (diff)
downloadmediagoblin-2d0870e0617ef55951419a3e08de13f66b46c24d.tar.lz
mediagoblin-2d0870e0617ef55951419a3e08de13f66b46c24d.tar.xz
mediagoblin-2d0870e0617ef55951419a3e08de13f66b46c24d.zip
Fix trivial spelling and spacing error in cli help
Diffstat (limited to 'mediagoblin/gmg_commands/addmedia.py')
-rw-r--r--mediagoblin/gmg_commands/addmedia.py4
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',