From: Zooko O'Whielacronx <zooko@zooko.com>
Date: Mon, 24 Sep 2007 20:17:27 +0000 (-0700)
Subject: cli: use port 8123 as the example port number
X-Git-Tag: allmydata-tahoe-0.6.0~3
X-Git-Url: https://git.rkrishnan.org/listings/vdrive/nxhtml.html?a=commitdiff_plain;h=e3d782da523bf23a19e8029500784e366579ec3e;p=tahoe-lafs%2Ftahoe-lafs.git

cli: use port 8123 as the example port number
---

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):