From 479abae92fcb5add0fdcf8fc18b4eb313bb1c5fa Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Thu, 11 Oct 2007 15:37:52 -0700
Subject: [PATCH] cli: fix usage to refer to 'tahoe', not 'allmydata'. Closes
 #154.

---
 src/allmydata/scripts/runner.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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> [command options]"
+    synopsis = "Usage:  tahoe <command> [command options]"
 
     subCommands = []
     subCommands += create_node.subCommands
-- 
2.45.2