--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:
parent
cb7716f3b5
commit
86d5cb8a57
@ -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=(
|
||||
|
Loading…
x
Reference in New Issue
Block a user