mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
cli: fix usage to refer to 'tahoe', not 'allmydata'. Closes #154.
This commit is contained in:
parent
002472587e
commit
479abae92f
@ -7,7 +7,7 @@ from allmydata.scripts.common import BaseOptions
|
||||
import debug, create_node, startstop_node, cli
|
||||
|
||||
class Options(BaseOptions, usage.Options):
|
||||
synopsis = "Usage: allmydata <command> [command options]"
|
||||
synopsis = "Usage: tahoe <command> [command options]"
|
||||
|
||||
subCommands = []
|
||||
subCommands += create_node.subCommands
|
||||
|
Loading…
Reference in New Issue
Block a user