summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorGerman M. Bravo <german.mb@deipi.com>2011-02-19 15:32:13 -0600
committerGerman M. Bravo <german.mb@deipi.com>2011-02-19 15:32:13 -0600
commit8794d884fc02b1a6911f3c8611bdec9a37816178 (patch)
tree6fb50e16af79635b48463f9b5b90c4b3ebc5caac /README.rst
parent60fc107e8a941f94eac1bf7770f3af3ff22e7290 (diff)
downloadpyscss-8794d884fc02b1a6911f3c8611bdec9a37816178.tar.gz
Some code cleanup
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 15caf7c..6d4ccb7 100644
--- a/README.rst
+++ b/README.rst
@@ -52,7 +52,7 @@ Or compile from the command line::
Interactive mode::
- python scss.py -i
+ python scss.py --interactive
Examples
========
@@ -205,7 +205,7 @@ Examples
#. **Interactive mode**
Example::
- $ python scss.py -i
+ $ python scss.py --interactive
>>> @import compass/css
>>> show()
['functions', 'mixins', 'options', 'vars']