mirror of
https://github.com/beetbox/beets.git
synced 2025-12-23 17:13:30 +01:00
Add more detail to option
This commit is contained in:
parent
36454a3883
commit
fc5a9030e6
1 changed files with 3 additions and 1 deletions
|
|
@ -466,7 +466,9 @@ example ``blue`` will become ``['blue']``.
|
|||
terminal_width
|
||||
~~~~~~~~~~~~~~
|
||||
|
||||
Controls line wrapping. Defaults to ``80`` characters::
|
||||
Controls line wrapping on non-Unix systems. On Unix systems, the width of the
|
||||
terminal is detected automatically. If this fails, or on non-Unix systems, the
|
||||
specified value is used as a fallback. Defaults to ``80`` characters::
|
||||
|
||||
ui:
|
||||
terminal_width: 80
|
||||
|
|
|
|||
Loading…
Reference in a new issue