]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
cli.py: minor tweaks to test posthooks
authorBrian Warner <warner@lothar.com>
Fri, 26 Jun 2009 02:45:57 +0000 (19:45 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 26 Jun 2009 02:45:57 +0000 (19:45 -0700)
src/allmydata/scripts/cli.py

index 6b6026a8dce62c84c26e9bd28390c8a8741d0af7..1163690b4e19f0337d63a70ea0827e005062bcfc 100644 (file)
@@ -192,7 +192,7 @@ class CpOptions(VDriveOptions):
 
     tahoe cp ~/foo.txt /tmp/bar.txt home:  # copies two files to home:
 
-    tahoe cp ~/Pictures home:stuff/my-pictures  # copies recursively
+    tahoe cp ~/Pictures home:stuff/my-pictures  # copies directory recursively
 
     This command still has some limitations: symlinks, special files (device
     nodes, named pipes), and non-ASCII filenames are not handled very well.