]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
cli: use port 8123 as the example port number
authorZooko O'Whielacronx <zooko@zooko.com>
Mon, 24 Sep 2007 20:17:27 +0000 (13:17 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Mon, 24 Sep 2007 20:17:27 +0000 (13:17 -0700)
src/allmydata/scripts/cli.py

index c4db450f931e4a6d0781b4d6d87026e4ecc28a20..de394d35802ead42ebf077e5a7f7322ecfd12fee 100644 (file)
@@ -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):