From c05dea123e77efe84bfd3f3e4039abbe1956b95b Mon Sep 17 00:00:00 2001 From: Adrian Sampson Date: Tue, 17 Feb 2015 17:12:42 -0500 Subject: [PATCH] Docs clarity for verbosity levels (#1320) --- docs/changelog.rst | 6 +++--- docs/reference/cli.rst | 3 ++- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 20e7edb50..fc9799886 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -6,9 +6,9 @@ Changelog Features: -* Verbosity is now an integer in the configuration since multiple levels are - supported (like e.g. apt-get). On the CLI one can stack verbose flags (i.e. - `-vv`). :bug:`1244` +* There are now multiple levels of verbosity. On the command line, you can + make beets somewhat verbose with ``-v`` or very verbose with ``-vv``. + :bug:`1244` * The summary shown to compare duplicate albums during import now displays the old and new filesizes. :bug:`1291` * The colors used are now configurable via the new config option ``colors``, diff --git a/docs/reference/cli.rst b/docs/reference/cli.rst index f889be678..321b766d4 100644 --- a/docs/reference/cli.rst +++ b/docs/reference/cli.rst @@ -369,7 +369,8 @@ import ...``. * ``-l LIBPATH``: specify the library database file to use. * ``-d DIRECTORY``: specify the library root directory. * ``-v``: verbose mode; prints out a deluge of debugging information. Please use - this flag when reporting bugs. It can be stacked twice. + this flag when reporting bugs. You can use it twice, as in ``-vv``, to make + beets even more verbose. * ``-c FILE``: read a specified YAML :doc:`configuration file `. Beets also uses the ``BEETSDIR`` environment variable to look for