projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0024725
)
cli: fix usage to refer to 'tahoe', not 'allmydata'. Closes #154.
author
Brian Warner
<warner@allmydata.com>
Thu, 11 Oct 2007 22:37:52 +0000
(15:37 -0700)
committer
Brian Warner
<warner@allmydata.com>
Thu, 11 Oct 2007 22:37:52 +0000
(15:37 -0700)
src/allmydata/scripts/runner.py
patch
|
blob
|
history
diff --git
a/src/allmydata/scripts/runner.py
b/src/allmydata/scripts/runner.py
index c6a9d490de867dbd73daf2d3d80db3065dce11e8..b39e5b48bf81d8ba1c90e0811ffd582feeb9d58d 100644
(file)
--- 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> [command options]"
+ synopsis = "Usage:
tahoe
<command> [command options]"
subCommands = []
subCommands += create_node.subCommands