]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
'tahoe create-key-generator': fix help text
authorBrian Warner <warner@allmydata.com>
Tue, 18 Nov 2008 08:47:58 +0000 (01:47 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 18 Nov 2008 08:47:58 +0000 (01:47 -0700)
src/allmydata/scripts/keygen.py

index c08422f9afe2848f33c4e2347a7cacb4bdca0e1c..ddc98b82a6d3e6792e7fdb75b9f840a3b3e53342 100644 (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 = """