Minor output format change

This commit is contained in:
Guido van Rossum 1994-01-07 10:55:55 +00:00
parent f62f687453
commit 032d39461b

View file

@ -308,7 +308,8 @@ def process(filename, addmodules):
else:
print 'Done.'
#
if not quiet: print 'Note: consider this:'; print 'strip', ofile
if not quiet and not noexec and sts == 0:
print 'Note: consider this:'; print '\tstrip', ofile
#
sys.exit(sts)