From a997d65d74f7035897835ba6ee7845c10ce0931a Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@lothar.com>
Date: Fri, 19 Sep 2008 12:39:22 -0700
Subject: [PATCH] setup.py trial: improve --verbose suggestion a bit

---
 setup.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/setup.py b/setup.py
index 7c418144..285ab79c 100644
--- 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
 
-- 
2.45.2