fetchart: improve description of -q flag

This commit is contained in:
Kylie McClain 2020-04-18 22:23:53 -04:00
parent c93ea0b36b
commit 1c03f58e0d
No known key found for this signature in database
GPG key ID: 37133B9826BBB5C2
2 changed files with 4 additions and 3 deletions

View file

@ -979,7 +979,7 @@ class FetchArtPlugin(plugins.BeetsPlugin, RequestMixin):
cmd.parser.add_option(
u'-q', u'--quiet', dest='quiet',
action='store_true', default=False,
help=u'shows only quiet art'
help=u'quiet mode: do not output albums that already have artwork'
)
def func(lib, opts, args):

View file

@ -126,8 +126,9 @@ art::
$ beet fetchart [-q] [query]
By default the command will display all results, the ``-q`` or ``--quiet``
switch will only display results for album arts that are still missing.
By default the command will display all albums matching the ``query``. When the
``-q`` or ``--quiet`` switch is given, only albums for which artwork has been
fetched, or for which artwork could not be found will be printed.
.. _image-resizing: