Commit f6606aa0 by Asko Kauppi

--help fix: mentioning options also in stdin/stdout syntax (they work, example uses them)

parent b3ce14da
...@@ -22,7 +22,7 @@ var cli = meow({ ...@@ -22,7 +22,7 @@ var cli = meow({
help: [ help: [
'Usage', 'Usage',
' node-sass [options] <input.scss> [output.css]', ' node-sass [options] <input.scss> [output.css]',
' cat <input.scss> | node-sass > output.css', ' cat <input.scss> | node-sass [options] > output.css',
'', '',
'Example', 'Example',
' node-sass --output-style compressed foobar.scss foobar.css', ' node-sass --output-style compressed foobar.scss foobar.css',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment