From e3d782da523bf23a19e8029500784e366579ec3e Mon Sep 17 00:00:00 2001 From: Zooko O'Whielacronx Date: Mon, 24 Sep 2007 13:17:27 -0700 Subject: [PATCH] cli: use port 8123 as the example port number --- 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 c4db450f..de394d35 100644 --- 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:8888\""], + "URL of the tahoe node to use, a URL like \"http://127.0.0.1:8123\""], ] def postOptions(self): -- 2.45.2