Add more descriptive argparse help string

This commit is contained in:
Brock Grassy 2025-01-10 23:04:22 -05:00
parent 26593a7e2e
commit 589d2310f5

View file

@ -126,7 +126,10 @@ class MissingPlugin(BeetsPlugin):
"--album",
dest="album",
action="store_true",
help="show missing albums for artist instead of tracks",
help=(
"show missing release for artist instead of tracks. Defaults "
"to only releases of type 'album'"
)
)
self._command.parser.add_option(
"--release-type",