CLI.rst: expand the 'cp -r' subdirectory example

This commit is contained in:
Brian Warner 2014-09-02 12:40:21 -07:00
parent 58106e1c0f
commit 2018ff435a

View File

@ -451,7 +451,9 @@ Command Examples
``tahoe cp -r ~/my_dir/ tahoe:``
This copies the folder ``~/my_dir/`` and all its children to the grid, creating
the new folder ``tahoe:my_dir``.
the new folder ``tahoe:my_dir``. Note that the trailing slash is not required:
all source arguments which are directories will be copied into new
subdirectories of the target.
``tahoe unlink uploaded.txt``