From: Brian Warner Date: Fri, 26 Jun 2009 02:38:37 +0000 (-0700) Subject: cli.py: update comments on 'tahoe cp' --help a bit X-Git-Tag: trac-4000~61 X-Git-Url: https://git.rkrishnan.org/somewhere?a=commitdiff_plain;h=df1ddf83f50ca00cc233471701cf1f2f278209ee;p=tahoe-lafs%2Ftahoe-lafs.git cli.py: update comments on 'tahoe cp' --help a bit --- diff --git a/src/allmydata/scripts/cli.py b/src/allmydata/scripts/cli.py index 7c946ae2..6b6026a8 100644 --- a/src/allmydata/scripts/cli.py +++ b/src/allmydata/scripts/cli.py @@ -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):