projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
941b737
)
cli: use port 8123 as the example port number
author
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 24 Sep 2007 20:17:27 +0000
(13:17 -0700)
committer
Zooko O'Whielacronx
<zooko@zooko.com>
Mon, 24 Sep 2007 20:17:27 +0000
(13:17 -0700)
src/allmydata/scripts/cli.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/cli.py
b/src/allmydata/scripts/cli.py
index c4db450f931e4a6d0781b4d6d87026e4ecc28a20..de394d35802ead42ebf077e5a7f7322ecfd12fee 100644
(file)
--- a/
src/allmydata/scripts/cli.py
+++ b/
src/allmydata/scripts/cli.py
@@
-8,7
+8,7
@@
NODEURL_RE=re.compile("http://([^:]*)(:([1-9][0-9]*))?")
class VDriveOptions(BaseOptions, usage.Options):
optParameters = [
["node-url", "u", None,
- "URL of the tahoe node to use, a URL like \"http://127.0.0.1:8
888
\""],
+ "URL of the tahoe node to use, a URL like \"http://127.0.0.1:8
123
\""],
]
def postOptions(self):