diff --git a/docs/plugins/lastgenre.rst b/docs/plugins/lastgenre.rst index c7d04fe259..c3d5f97ecf 100644 --- a/docs/plugins/lastgenre.rst +++ b/docs/plugins/lastgenre.rst @@ -157,8 +157,9 @@ In addition to running automatically on import, the plugin can also be run manua from the command line. Use the command ``beet lastgenre [QUERY]`` to fetch genres for albums or items matching a certain query. -By default, ``beet lastgenre`` matches albums. If you would like to match -individual tracks or singletons, use the ``-A`` switch: ``beet lastgenre -A [QUERY]``. +By default, ``beet lastgenre`` matches albums. To match +individual tracks or singletons, use the ``-A`` switch: +``beet lastgenre -A [QUERY]``. To disable automatic genre fetching on import, set the ``auto`` config option to false.