Mercurial > code > home > repos > light9
diff bin/keyboardcomposer @ 430:670f3fd83267
typo in KC usage
author | drewp@bigasterisk.com |
---|---|
date | Tue, 10 Jun 2008 05:21:09 +0000 |
parents | 8a028b896913 |
children | 8b307310cc1b |
line wrap: on
line diff
--- a/bin/keyboardcomposer Tue Jun 10 05:15:22 2008 +0000 +++ b/bin/keyboardcomposer Tue Jun 10 05:21:09 2008 +0000 @@ -403,7 +403,7 @@ parser.add_option('--nonpersistent', action="store_true", help="don't load or save levels") parser.add_option('--no-sliders', action='store_true', - help="attach to hardware sliders") + help="don't attach to hardware sliders") opts, args = parser.parse_args() s = Submasters()