From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Wed, 21 Jul 2010 01:05:43 +0000 (-0700)
Subject: docs: use current cap to Zooko's wiki page in example text
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/bar.txt?a=commitdiff_plain;h=1c62db0db87dd27beca53bf6407d947de6e2281a;p=tahoe-lafs%2Ftahoe-lafs.git

docs: use current cap to Zooko's wiki page in example text
fixes #1134
---

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.