mirror of
https://github.com/beetbox/beets.git
synced 2025-12-10 02:22:25 +01:00
Docs clarity for verbosity levels (#1320)
This commit is contained in:
parent
171ded17b6
commit
c05dea123e
2 changed files with 5 additions and 4 deletions
|
|
@ -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``,
|
||||
|
|
|
|||
|
|
@ -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 <config>`.
|
||||
|
||||
Beets also uses the ``BEETSDIR`` environment variable to look for
|
||||
|
|
|
|||
Loading…
Reference in a new issue