From ee4e0d8106f0221b86f587e816b78b742ae2a6c7 Mon Sep 17 00:00:00 2001 From: david-sarah Date: Mon, 29 Nov 2010 16:21:45 -0800 Subject: [PATCH] scripts/cli.py: remove the disclaimer in the help for 'tahoe cp' that it does not handle non-ASCII filenames well. (At least, we intend to handle them.) --- src/allmydata/scripts/cli.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/allmydata/scripts/cli.py b/src/allmydata/scripts/cli.py index 9a2a75dd..367e6d62 100644 --- a/src/allmydata/scripts/cli.py +++ b/src/allmydata/scripts/cli.py @@ -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): -- 2.45.2