Update README to reflect --debug change

Mon, 27 Jul 2009 04:01:53 +0100

author
Matthew Wild <mwild1@gmail.com>
date
Mon, 27 Jul 2009 04:01:53 +0100
changeset 40
ab43c18f9d31
parent 39
1d2cca116cce
child 41
4ff9ecb6f1f6

Update README to reflect --debug change

README file | annotate | diff | comparison | revisions
--- a/README	Mon Jul 27 04:01:10 2009 +0100
+++ b/README	Mon Jul 27 04:01:53 2009 +0100
@@ -51,7 +51,7 @@
 Due to the way Squish combines multiple scripts into one, sometimes when a squished script raises an error the traceback 
 will be fairly unhelpful, and point to a line in the unreadable squished script. This is where the debug extension comes in!
 
-#### --enable-debug
+#### --debug
 This option includes some code into the squished file which will restore the filenames and line numbers in error messages and 
 tracebacks. This option will increase the size of the output by no more than about 6KB, so may be very much worth it when 
 squishing large tricky-to-debug applications and libraries.

mercurial