--license doesn't use the user default so correct that. It does use a URL though.
authorChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 14 Nov 2013 16:25:31 +0000 (10:25 -0600)
committerChristopher Allan Webber <cwebber@dustycloud.org>
Thu, 14 Nov 2013 16:25:31 +0000 (10:25 -0600)
This commit sponsored by Benjamin Williams.  Thank you!

mediagoblin/gmg_commands/addmedia.py

index 03e11ff5d29e22ef9b0638567a932e75b78050ef..263df079b97c4044a6bdc0bb9dfc7d8d7b52554c 100644 (file)
@@ -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=(