Commit 95834125 by Adeel Mujahid

Merge pull request #1363 from qm3ster/patch-1

Fix CLI usage
parents 792165eb 972d3201
......@@ -470,7 +470,7 @@ node scripts/build -f # use -d switch for debug release
The interface for command-line usage is fairly simplistic at this stage, as seen in the following usage section.
Output will be saved with the same name as input Sass file into the current working directory if the `--output` flag is omitted.
Output will be sent to stdout if the `--output` flag is omitted.
### Usage
`node-sass [options] <input> [output]`
......
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