'tahoe create-key-generator': fix help text

This commit is contained in:
Brian Warner 2008-11-18 01:47:58 -07:00
parent 8473a96ada
commit 918970b63a

View File

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