From: Brian Warner Date: Thu, 11 Oct 2007 22:37:52 +0000 (-0700) Subject: cli: fix usage to refer to 'tahoe', not 'allmydata'. Closes #154. X-Git-Tag: allmydata-tahoe-0.6.1~33 X-Git-Url: https://git.rkrishnan.org/uri//%22%22?a=commitdiff_plain;h=479abae92fcb5add0fdcf8fc18b4eb313bb1c5fa;p=tahoe-lafs%2Ftahoe-lafs.git cli: fix usage to refer to 'tahoe', not 'allmydata'. Closes #154. --- diff --git a/src/allmydata/scripts/runner.py b/src/allmydata/scripts/runner.py index c6a9d490..b39e5b48 100644 --- a/src/allmydata/scripts/runner.py +++ b/src/allmydata/scripts/runner.py @@ -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 options]" + synopsis = "Usage: tahoe [command options]" subCommands = [] subCommands += create_node.subCommands