From 1c03f58e0d606184d68b219daa4aa846834a157a Mon Sep 17 00:00:00 2001 From: Kylie McClain Date: Sat, 18 Apr 2020 22:23:53 -0400 Subject: [PATCH] fetchart: improve description of -q flag --- beetsplug/fetchart.py | 2 +- docs/plugins/fetchart.rst | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/beetsplug/fetchart.py b/beetsplug/fetchart.py index 28067c310..763440238 100644 --- a/beetsplug/fetchart.py +++ b/beetsplug/fetchart.py @@ -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): diff --git a/docs/plugins/fetchart.rst b/docs/plugins/fetchart.rst index e8f7b6d92..92ed5f32a 100644 --- a/docs/plugins/fetchart.rst +++ b/docs/plugins/fetchart.rst @@ -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: