From: Brian Warner <warner@lothar.com>
Date: Tue, 2 Sep 2014 19:40:21 +0000 (-0700)
Subject: CLI.rst: expand the 'cp -r' subdirectory example
X-Git-Tag: allmydata-tahoe-1.10.1a1~154^2
X-Git-Url: https://git.rkrishnan.org/%5B/frontends/flags/%22file:/%22news.html?a=commitdiff_plain;h=2018ff435ac47f080321bfc691c726d28fa7759c;p=tahoe-lafs%2Ftahoe-lafs.git

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

diff --git a/docs/frontends/CLI.rst b/docs/frontends/CLI.rst
index 4becace1..e91632f5 100644
--- a/docs/frontends/CLI.rst
+++ b/docs/frontends/CLI.rst
@@ -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``