projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
df1ddf8
)
cli.py: minor tweaks to test posthooks
author
Brian Warner
<warner@lothar.com>
Fri, 26 Jun 2009 02:45:57 +0000
(19:45 -0700)
committer
Brian Warner
<warner@lothar.com>
Fri, 26 Jun 2009 02:45:57 +0000
(19:45 -0700)
src/allmydata/scripts/cli.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/cli.py
b/src/allmydata/scripts/cli.py
index 6b6026a8dce62c84c26e9bd28390c8a8741d0af7..1163690b4e19f0337d63a70ea0827e005062bcfc 100644
(file)
--- 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.