]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
cli: fix usage to refer to 'tahoe', not 'allmydata'. Closes #154.
authorBrian Warner <warner@allmydata.com>
Thu, 11 Oct 2007 22:37:52 +0000 (15:37 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 11 Oct 2007 22:37:52 +0000 (15:37 -0700)
src/allmydata/scripts/runner.py

index c6a9d490de867dbd73daf2d3d80db3065dce11e8..b39e5b48bf81d8ba1c90e0811ffd582feeb9d58d 100644 (file)
@@ -7,7 +7,7 @@ from allmydata.scripts.common import BaseOptions
 import debug, create_node, startstop_node, cli
 
 class Options(BaseOptions, usage.Options):
-    synopsis = "Usage:  allmydata <command> [command options]"
+    synopsis = "Usage:  tahoe <command> [command options]"
 
     subCommands = []
     subCommands += create_node.subCommands