summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authormasklinn <bitbucket.org@masklinn.net>2012-01-31 15:49:16 +0100
committermasklinn <bitbucket.org@masklinn.net>2012-01-31 15:49:16 +0100
commitf9ca37102cd59fa96c4c1a8f3a11d9722e5c349e (patch)
tree8acc5f238db6d1d0c3a654148795a34b8c191943 /README.rst
parent9d5811a6a2270676402f4bf3d3c21183455ee0a1 (diff)
downloadpyscss-f9ca37102cd59fa96c4c1a8f3a11d9722e5c349e.tar.gz
Fix doc for CLI handling
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst11
1 files changed, 9 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9696132..0475cd6 100644
--- a/README.rst
+++ b/README.rst
@@ -64,11 +64,18 @@ Usage example::
Or compile from the command line::
- python scss.py < file.scss
+ python -mscss < file.scss
Interactive mode::
- python scss.py --interactive
+ python -mscss --interactive
+
+.. note::
+
+ ``-mscss`` will only work in Python 2.7 and above, for Python 2.5
+ and 2.6 you need to invoke::
+
+ python -mscss.tool
Examples
========