# HG changeset patch # User Simon Cross # Date 1302443868 -7200 # Node ID 213f46e787c4de1020bdf73eeccb4eed73e102de # Parent 779c29924a8a6e9a55d47afe0a0246ebb00f98f6 Invert --no-rects option (its now --show-rects) and turn rects off by default. diff -r 779c29924a8a -r 213f46e787c4 skaapsteker/__main__.py --- a/skaapsteker/__main__.py Sun Apr 10 15:07:08 2011 +0200 +++ b/skaapsteker/__main__.py Sun Apr 10 15:57:48 2011 +0200 @@ -39,7 +39,7 @@ dest="level", help="Initial level") parser.add_option("--all-tails", action="store_true", default=False, dest='all_tails', help="Start with all the tails") - parser.add_option("--no-rects", action="store_false", default=True, + parser.add_option("--show-rects", action="store_true", default=False, dest="rects", help="Disable debugging rects") opts, _ = parser.parse_args(args or []) options['dvorak'] = opts.dvorak