--license doesn't use the user default so correct that. It does use a URL though.

This commit sponsored by Benjamin Williams.  Thank you!
This commit is contained in:
Christopher Allan Webber 2013-11-14 10:25:31 -06:00
parent cb7716f3b5
commit 86d5cb8a57

View 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=(