Changes between Version 1 and Version 2 of Ticket #166, comment 18


Ignore:
Timestamp:
2012-06-15T01:21:48Z (13 years ago)
Author:
warner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #166, comment 18

    v1 v2  
    66* the {{{tahoe create-*/start/stop/restart NODEDIR}}} shortcuts will continue to work
    77* {{{tahoe create-*/start/stop/restart}}} will continue to accept a {{{--basedir/-C}}} option in the ARG2 slot
    8 * only one of {{{ARG1/--node-directory}}} / {{{ARG2/--basedir}}}, / {{{NODEDIR}}} will be accepted. Providing more than one will produce an error.
     8* only one of {{{ARG1--node-directory}}} / {{{ARG2--basedir}}} / {{{NODEDIR}}} will be accepted. Providing more than one will produce an error.
    99
    1010Note that there are several tahoe commands that don't need a node-directory (everything under "tahoe debug" and "tahoe admin"), but seeing how those are in the minority, I think it's better to put {{{--node-directory}}} in the ARG1 slot and have those commands just ignore it, rather than putting {{{--node-directory}}} in the ARG2 slot for every single command that can use it.