]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
bin/tahoe: rename 'allmydata-tahoe' in some comments
authorBrian Warner <warner@lothar.com>
Thu, 11 Oct 2007 10:39:29 +0000 (03:39 -0700)
committerBrian Warner <warner@lothar.com>
Thu, 11 Oct 2007 10:39:29 +0000 (03:39 -0700)
bin/tahoe

index d15064300a363982b2e64c752051d67949b26b69..e18c8a81f60c3f0e047ac34ebd7b9b50cca933ef 100644 (file)
--- a/bin/tahoe
+++ b/bin/tahoe
@@ -7,8 +7,8 @@ import sys, os.path
 where = os.path.realpath(sys.argv[0]).split(os.sep)
 
 # look for Tahoe.home . Two cases:
-#  ...(not BASE)/allmydata-tahoe
-#  .../(BASE)/bin/allmydata-tahoe
+#  ...(not BASE)/tahoe
+#  .../(BASE)/bin/tahoe
 if len(where) >= 2 and where[-2] == "bin":
     base = os.sep.join(where[:-2])