From 86d5cb8a5756ed9df721ec3dc2a0e53e5c8bd109 Mon Sep 17 00:00:00 2001 From: Christopher Allan Webber Date: Thu, 14 Nov 2013 10:25:31 -0600 Subject: [PATCH] --license doesn't use the user default so correct that. It does use a URL though. This commit sponsored by Benjamin Williams. Thank you! --- mediagoblin/gmg_commands/addmedia.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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=( -- 2.25.1