[tahoe-lafs-trac-stream] [tahoe-lafs] #1949: CLI: -u does not work as an alias for --node-url
tahoe-lafs
trac at tahoe-lafs.org
Mon Apr 22 15:01:01 UTC 2013
#1949: CLI: -u does not work as an alias for --node-url
-------------------------------+------------------------
Reporter: daira | Owner:
Type: defect | Status: new
Priority: normal | Milestone: 1.11.0
Component: code-frontend-cli | Version: 1.9.2
Keywords: cli node-url | Launchpad Bug:
-------------------------------+------------------------
{{{
$ bin/tahoe ls --help
Usage: tahoe ls [options] [PATH]
Options:
...
-u, --node-url= Specify the URL of the Tahoe gateway node, such as
'http://127.0.0.1:3456'. This overrides the URL
found in
the --node-directory .
}}}
This works:
{{{
$ bin/tahoe ls --node-url=http://127.0.0.1:3456/ tahoe:
}}}
but this doesn't:
{{{
$ bin/tahoe ls -u http://127.0.0.1:3456/ tahoe:
...
[...]/bin/tahoe: Wrong number of arguments.
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/1949>
tahoe-lafs <https://tahoe-lafs.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list