cli: use port 8123 as the example port number

This commit is contained in:
Zooko O'Whielacronx 2007-09-24 13:17:27 -07:00
parent 941b7378f2
commit e3d782da52
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ NODEURL_RE=re.compile("http://([^:]*)(:([1-9][0-9]*))?")
class VDriveOptions(BaseOptions, usage.Options): class VDriveOptions(BaseOptions, usage.Options):
optParameters = [ optParameters = [
["node-url", "u", None, ["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): def postOptions(self):