mirror of
https://github.com/beetbox/beets.git
synced 2025-12-15 21:14:19 +01:00
Made changes suggested by @sampsyo
This commit is contained in:
parent
fac814421a
commit
f6b81c1bdd
2 changed files with 3 additions and 1 deletions
|
|
@ -119,6 +119,8 @@ using the :ref:`modify-cmd` command::
|
|||
|
||||
By default beets will show you the changes that are about to be applied and ask
|
||||
if you really want to apply them to all, some or none of the items or albums.
|
||||
You can type y for "yes", n for "no", or s for "select". If you choose the latter,
|
||||
the command will prompt you for each individual matching item or album.
|
||||
|
||||
Then :doc:`query </reference/query>` your music just as you would with any
|
||||
other field::
|
||||
|
|
|
|||
|
|
@ -262,7 +262,7 @@ them. As with other commands, the ``-a`` option matches albums instead of items.
|
|||
|
||||
To perform a "dry run", just use the ``-p`` (for "pretend") flag. This will
|
||||
show you a list of files that would be moved but won't actually change anything
|
||||
on disk. In advance the ``-t`` option sets the timid mode which will ask again
|
||||
on disk. The ``-t`` option sets the timid mode which will ask again
|
||||
before really moving or copying the files.
|
||||
|
||||
.. _update-cmd:
|
||||
|
|
|
|||
Loading…
Reference in a new issue