Skip to content

Commit 8aa7c32

Browse files
committed
move the error example to its own place
1 parent 6d65813 commit 8aa7c32

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

README.rst

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,6 @@ if no options provided read from stdin::
3737

3838
table.hl td.ln {
3939
text-align: right; }
40-
➜ src ./sass.py -f ../examples/simple.scss -d ~
41-
usage: sass.py [-h] [-f FILE_PATH | -d DIR_PATH]
42-
sass.py: error: argument -d/--dir: not allowed with argument -f/--file
43-
➜ src
4440

4541
from a file::
4642

@@ -65,6 +61,12 @@ from a folder:
6561
# this means :)
6662
➜ src ./sass.py -d ../examples/
6763

64+
you can't chew gum and walk at the same time::
65+
66+
➜ src ./sass.py -f ../examples/simple.scss -d ~
67+
usage: sass.py [-h] [-f FILE_PATH | -d DIR_PATH]
68+
sass.py: error: argument -d/--dir: not allowed with argument -f/--file
69+
6870
code
6971
....
7072

0 commit comments

Comments
 (0)