Merge pull request #1864 from pkess/doc_for_move_and_modify

Documentation for changes by #1843
This commit is contained in:
Adrian Sampson 2016-02-04 09:44:39 -08:00
commit cf4e075b3f
2 changed files with 9 additions and 3 deletions

View file

@ -117,7 +117,12 @@ using the :ref:`modify-cmd` command::
beet modify context=party artist:'beastie boys'
And then :doc:`query </reference/query>` your music just as you would with any
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::
beet ls context:mope

View file

@ -250,7 +250,7 @@ move
````
::
beet move [-cap] [-d DIR] QUERY
beet move [-capt] [-d DIR] QUERY
Move or copy items in your library.
@ -262,7 +262,8 @@ 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.
on disk. The ``-t`` option sets the timid mode which will ask again
before really moving or copying the files.
.. _update-cmd: