From: Brian Warner Date: Fri, 26 Jun 2009 02:45:57 +0000 (-0700) Subject: cli.py: minor tweaks to test posthooks X-Git-Tag: trac-4000~60 X-Git-Url: https://git.rkrishnan.org/?a=commitdiff_plain;h=b30db031abb0e95d321d97bab00a999bbd848a07;p=tahoe-lafs%2Ftahoe-lafs.git cli.py: minor tweaks to test posthooks --- diff --git a/src/allmydata/scripts/cli.py b/src/allmydata/scripts/cli.py index 6b6026a8..1163690b 100644 --- a/src/allmydata/scripts/cli.py +++ b/src/allmydata/scripts/cli.py @@ -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.