mirror of
https://github.com/beetbox/beets.git
synced 2025-12-14 04:23:56 +01:00
Add more descriptive argparse help string
This commit is contained in:
parent
26593a7e2e
commit
589d2310f5
1 changed files with 4 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue