aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/addmedia.py
diff options
context:
space:
mode:
Diffstat (limited to 'mediagoblin/gmg_commands/addmedia.py')
-rw-r--r--mediagoblin/gmg_commands/addmedia.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mediagoblin/gmg_commands/addmedia.py b/mediagoblin/gmg_commands/addmedia.py
index 03e11ff5..263df079 100644
--- a/mediagoblin/gmg_commands/addmedia.py
+++ b/mediagoblin/gmg_commands/addmedia.py
@@ -41,7 +41,7 @@ def parser_setup(subparser):
"-l", "--license",
help=(
"License this media entry will be released under. "
- "Uses user defaults if unspecified."))
+ "Should be a URL."))
subparser.add_argument(
"-T", "--tags",
help=(