]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
cli.py: update comments on 'tahoe cp' --help a bit
authorBrian Warner <warner@lothar.com>
Fri, 26 Jun 2009 02:38:37 +0000 (19:38 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 26 Jun 2009 02:38:37 +0000 (19:38 -0700)
src/allmydata/scripts/cli.py

index 7c946ae24dbdfebd29fd0f9c96fcd222919898c7..6b6026a8dce62c84c26e9bd28390c8a8741d0af7 100644 (file)
@@ -194,9 +194,11 @@ class CpOptions(VDriveOptions):
 
     tahoe cp ~/Pictures home:stuff/my-pictures  # copies recursively
 
-    Limitations: symlinks, special files (device nodes, named pipes), and
-    non-ASCII filenames are not handled very well. Arguments should not have
-    trailing slashes. 'tahoe cp' does not behave exactly like /bin/cp .
+    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.
     """
 
 class RmOptions(VDriveOptions):