From 2018ff435ac47f080321bfc691c726d28fa7759c Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Tue, 2 Sep 2014 12:40:21 -0700
Subject: [PATCH] CLI.rst: expand the 'cp -r' subdirectory example

---
 docs/frontends/CLI.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

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``
 
-- 
2.45.2