Commit 94471ab1 by Michael Mifsud Committed by GitHub

Merge pull request #1593 from howlowck/patch-1

Move the two CLI Usage into separate lines
parents 44f6edd0 2f9bf6bd
...@@ -475,7 +475,8 @@ The interface for command-line usage is fairly simplistic at this stage, as seen ...@@ -475,7 +475,8 @@ The interface for command-line usage is fairly simplistic at this stage, as seen
Output will be sent to stdout if the `--output` flag is omitted. Output will be sent to stdout if the `--output` flag is omitted.
### Usage ### Usage
`node-sass [options] <input> [output]` `node-sass [options] <input> [output]`
Or:
`cat <input> | node-sass > output` `cat <input> | node-sass > output`
Example: Example:
......
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