summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xtools/export2.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/export2.py b/tools/export2.py
index a6a06da14..567d4b227 100755
--- a/tools/export2.py
+++ b/tools/export2.py
@@ -217,8 +217,8 @@ def main(argv=None):
for cmd in commando_orders:
output = run(commando[cmd])[0].strip()
if options.verbose:
- print "Ran '%s' with output:" % cmd
print output
+ print "Ran '%s' with above output." % cmd
if __name__ == '__main__':
sys.exit(main())