]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
setup.py trial: improve --verbose suggestion a bit
authorBrian Warner <warner@lothar.com>
Fri, 19 Sep 2008 19:39:22 +0000 (12:39 -0700)
committerBrian Warner <warner@lothar.com>
Fri, 19 Sep 2008 19:39:22 +0000 (12:39 -0700)
setup.py

index 7c4181448288ae2f82b080fd158d7c8001cb55bd..285ab79cc16214f284d9fb65fb3997abe3a35a33 100644 (file)
--- a/setup.py
+++ b/setup.py
@@ -364,7 +364,7 @@ class Trial(Command):
             print "PYTHONPATH=%s %s" % (os.environ["PYTHONPATH"],
                                         " ".join(sys.argv))
         else:
-            print "(run with -vv for trial command-line details)"
+            print "(run setup.py with -vv for trial command-line details)"
         trial.run() # this does sys.exit
         # NEVER REACHED