Commit 1be0e402 authored by Taddeüs Kroes's avatar Taddeüs Kroes

Update cli usage in README

parent 83d43b96
...@@ -76,21 +76,22 @@ Output of `mincss -h`: ...@@ -76,21 +76,22 @@ Output of `mincss -h`:
Usage: mincss [<options>] [<file> ...] Usage: mincss [<options>] [<file> ...]
Generic options: Generic options:
-h, --help Show this help message -h, --help Show this help message
-v, --verbose Verbose mode: show compression rate -v, --verbose Verbose mode: show compression rate
-o <file> Output file (defaults to stdout) -o <file>
<file> ... Input files (default is to read from stdin) --output=<file> Output file (defaults to stdout)
<file> ... Input files (defaults to stdin or "-")
Optimization flags (default is -w -c -s -d): Optimization flags (default is -w -c -s -d):
-w, --whitespace Eliminate unnecessary whitespaces (has the greatest effect, omit for pretty-printing) -w, --whitespace Eliminate unnecessary whitespaces (has the greatest effect, omit for pretty-printing)
-c, --simple Shorten colors, font weights and nth-child -c, --simple Shorten colors, font weights and nth-child
-s, --shorthands Generate shorthand properties -s, --shorthands Generate shorthand properties
-d, --duplicates Prune duplicate properties (WARNING: may affect cross-browser hacks) -d, --duplicates Prune duplicate properties (WARNING: may affect cross-browser hacks)
-p, --pretty Shorthand for -c -s -d -p, --pretty Shorthand for -c -s -d
Formatting options: Formatting options:
-r, --sort Sort declarations in each ruleset (always on when --shorthands is enabled) -r, --sort Sort declarations in each ruleset (always on when --shorthands is enabled)
-e, --echo Just parse and pretty-print, no optimizations -e, --echo Just parse and pretty-print, no optimizations
Building mincss Building mincss
......
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