cli: fix usage to refer to 'tahoe', not 'allmydata'. Closes #154.

This commit is contained in:
Brian Warner 2007-10-11 15:37:52 -07:00
parent 002472587e
commit 479abae92f

View File

@ -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