]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
bin/tahoe: clean up global-vs-subcommand arguments like --node-directory
authorBrian Warner <warner@lothar.com>
Mon, 18 Jun 2012 17:43:49 +0000 (10:43 -0700)
committerBrian Warner <warner@lothar.com>
Tue, 9 Apr 2013 18:11:32 +0000 (19:11 +0100)
The new rules for "bin/tahoe ARG1.. SUBCOMMAND ARG2.." arg:

* --node-directory is only accepted in ARG1, not ARG2
* create-*/start/stop/restart accept --basedir in ARG2, or an explicit
  basedir argument
* only one of --node-directory/--basedir/explicit-basedir is accepted
* --quiet/--version is only accepted in ARG1, not ARG2

Closes #166


No differences found