mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-19 13:07:56 +00:00
CLI: improve help synopsis for 'tahoe create-key-generator'.
This commit is contained in:
parent
cb02adb110
commit
74b6ea36c4
@ -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 -*-
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user