diff options
-rw-r--r-- | scss/tool.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scss/tool.py b/scss/tool.py index c11e6c3..d9486af 100644 --- a/scss/tool.py +++ b/scss/tool.py @@ -67,7 +67,7 @@ def main(): help="Cache root path (Cache files will be created here)") parser.add_option_group(paths_group) - parser.add_option("--sass", action="store_false", + parser.add_option("--sass", action="store_true", dest="is_sass", default=None, help="Sass mode") |