CLI: improve help synopsis for 'tahoe create-key-generator'.

This commit is contained in:
david-sarah 2011-01-22 17:50:04 -08:00
parent cb02adb110
commit 74b6ea36c4

View File

@ -11,6 +11,10 @@ class CreateKeyGeneratorOptions(BasedirMixin, BaseOptions):
["node-directory", "d", None, "Specify which directory the key-generator should be created in. [no default]"],
]
def getSynopsis(self):
return "Usage: %s create-key-generator [options] NODEDIR" % (os.path.basename(sys.argv[0]),)
keygen_tac = """
# -*- python -*-