mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-20 17:52:50 +00:00
'tahoe create-key-generator': fix help text
This commit is contained in:
parent
8473a96ada
commit
918970b63a
@ -5,7 +5,7 @@ from twisted.python import usage
|
||||
|
||||
class CreateKeyGeneratorOptions(usage.Options):
|
||||
optParameters = [
|
||||
["basedir", "C", None, "which directory to create the client in"],
|
||||
["basedir", "C", None, "which directory to create the key-generator in"],
|
||||
]
|
||||
|
||||
keygen_tac = """
|
||||
|
Loading…
x
Reference in New Issue
Block a user