From 1c62db0db87dd27beca53bf6407d947de6e2281a Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Tue, 20 Jul 2010 18:05:43 -0700 Subject: [PATCH] docs: use current cap to Zooko's wiki page in example text fixes #1134 --- src/allmydata/scripts/cli.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/allmydata/scripts/cli.py b/src/allmydata/scripts/cli.py index 69672cc4..58a99f72 100644 --- a/src/allmydata/scripts/cli.py +++ b/src/allmydata/scripts/cli.py @@ -224,7 +224,7 @@ class CpOptions(VDriveOptions): You can also use a dircap as either FROM or TO target: - tahoe cp URI:DIR2-RO:j74uhg25nwdpjpacl6rkat2yhm:kav7ijeft5h7r7rxdp5bgtlt3viv32yabqajkrdykozia5544jqa/wiki.html ./ # copy Zooko's wiki page to a local file + 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. -- 2.45.2