cli.py: minor tweaks to test posthooks

This commit is contained in:
Brian Warner 2009-06-25 19:45:57 -07:00
parent df1ddf83f5
commit b30db031ab

View 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.