Commit 972d3201 by Mihal Malostanidis

Fix CLI usage

Updated CLI usage as per #669
parent 792165eb
...@@ -470,7 +470,7 @@ node scripts/build -f # use -d switch for debug release ...@@ -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. 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 ### Usage
`node-sass [options] <input> [output]` `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