]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
scripts/cli.py: remove the disclaimer in the help for 'tahoe cp' that it does not...
authordavid-sarah <david-sarah@jacaranda.org>
Tue, 30 Nov 2010 00:21:45 +0000 (16:21 -0800)
committerdavid-sarah <david-sarah@jacaranda.org>
Tue, 30 Nov 2010 00:21:45 +0000 (16:21 -0800)
src/allmydata/scripts/cli.py

index 9a2a75dd183385915cebe9d1755c6c046586a833..367e6d62f81447f534a579f4337f2f995c1a8b7c 100644 (file)
@@ -226,11 +226,11 @@ class CpOptions(VDriveOptions):
 
     tahoe cp URI:DIR2-RO:ixqhc4kdbjxc7o65xjnveoewym:5x6lwoxghrd5rxhwunzavft2qygfkt27oj3fbxlq4c6p45z5uneq/blog.html ./   # copy Zooko's wiki page to a local file
 
-    This command still has some limitations: symlinks, special files (device
-    nodes, named pipes), and non-ASCII filenames are not handled very well.
-    Arguments should probably not have trailing slashes. 'tahoe cp' does not
-    behave as much like /bin/cp as you would wish, especially with respect to
-    trailing slashes.
+    This command still has some limitations: symlinks and special files
+    (device nodes, named pipes) are not handled very well. Arguments should
+    probably not have trailing slashes. 'tahoe cp' does not behave as much
+    like /bin/cp as you would wish, especially with respect to trailing
+    slashes.
     """
 
 class RmOptions(VDriveOptions):