aboutsummaryrefslogtreecommitdiffstats
path: root/mediagoblin/gmg_commands/addmedia.py
diff options
context:
space:
mode:
authorChristopher Allan Webber <cwebber@dustycloud.org>2013-11-14 10:25:31 -0600
committerChristopher Allan Webber <cwebber@dustycloud.org>2013-11-14 10:25:31 -0600
commit86d5cb8a5756ed9df721ec3dc2a0e53e5c8bd109 (patch)
tree42e766a63800ee519d01b1987b32654d506e28d1 /mediagoblin/gmg_commands/addmedia.py
parentcb7716f3b5c75b9c1a4bc0e347d9d606371e1ce1 (diff)
downloadmediagoblin-86d5cb8a5756ed9df721ec3dc2a0e53e5c8bd109.tar.lz
mediagoblin-86d5cb8a5756ed9df721ec3dc2a0e53e5c8bd109.tar.xz
mediagoblin-86d5cb8a5756ed9df721ec3dc2a0e53e5c8bd109.zip
--license doesn't use the user default so correct that. It does use a URL though.
This commit sponsored by Benjamin Williams. Thank you!
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=(