mirror of
https://github.com/beetbox/beets.git
synced 2025-12-30 20:42:37 +01:00
fetchart: improve description of -q flag
This commit is contained in:
parent
c93ea0b36b
commit
1c03f58e0d
2 changed files with 4 additions and 3 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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:
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue