Minor output format change
diff --git a/Demo/scripts/freeze.py b/Demo/scripts/freeze.py
index c17c33f..85ab5bc 100755
--- a/Demo/scripts/freeze.py
+++ b/Demo/scripts/freeze.py
@@ -308,7 +308,8 @@
 		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)