[tahoe-lafs-trac-stream] [Tahoe-LAFS] #2233: CLI: 'tahoe $SUBCOMMAND --help' no longer shows "global" options
Tahoe-LAFS
trac at tahoe-lafs.org
Wed May 13 14:53:43 UTC 2015
#2233: CLI: 'tahoe $SUBCOMMAND --help' no longer shows "global" options
--------------------------+------------------------------------------------
Reporter: daira | Owner: warner
Type: defect | Status: new
Priority: normal | Milestone: 1.10.1
Component: code- | Version: 1.10.0
frontend-cli | Keywords: cli regression usability docs help
Resolution: |
Launchpad Bug: |
--------------------------+------------------------------------------------
Comment (by daira):
It is not the case that `--basedir=` overrides `--node-directory=`; only
one may be present.
Better would be:
{{{
$ bin/tahoe start --help
Usage: tahoe [global-opts] start [options] [NODEDIR]
(use 'tahoe --help' to view global options)
Options:
-p, --profile Run under the Python profiler, putting results in
'profiling_results.prof'.
--syslog Tell the node to log to syslog, not a file.
-C, --basedir= Specify which Tahoe base directory should be used.
[default: '/Users/warner/.tahoe']. This has the same
effect as the global --node-directory option.
--version
--help Display this help and exit.
}}}
--
Ticket URL: <https://tahoe-lafs.org/trac/tahoe-lafs/ticket/2233#comment:9>
Tahoe-LAFS <https://Tahoe-LAFS.org>
secure decentralized storage
More information about the tahoe-lafs-trac-stream
mailing list