changeset 582:213f46e787c4

Invert --no-rects option (its now --show-rects) and turn rects off by default.
author Simon Cross <hodgestar@gmail.com>
date Sun, 10 Apr 2011 15:57:48 +0200
parents 779c29924a8a
children 194f71cc0689
files skaapsteker/__main__.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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