From 1be0e4026ce464e14e3dbab25ade766808ea3d17 Mon Sep 17 00:00:00 2001 From: Taddeus Kroes Date: Thu, 13 Aug 2015 14:13:35 +0200 Subject: [PATCH] Update cli usage in README --- README.md | 23 ++++++++++++----------- 1 file changed, 12 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 8fb5189..51df3ba 100644 --- a/README.md +++ b/README.md @@ -76,21 +76,22 @@ Output of `mincss -h`: Usage: mincss [] [ ...] Generic options: - -h, --help Show this help message - -v, --verbose Verbose mode: show compression rate - -o Output file (defaults to stdout) - ... Input files (default is to read from stdin) + -h, --help Show this help message + -v, --verbose Verbose mode: show compression rate + -o + --output= Output file (defaults to stdout) + ... Input files (defaults to stdin or "-") Optimization flags (default is -w -c -s -d): - -w, --whitespace Eliminate unnecessary whitespaces (has the greatest effect, omit for pretty-printing) - -c, --simple Shorten colors, font weights and nth-child - -s, --shorthands Generate shorthand properties - -d, --duplicates Prune duplicate properties (WARNING: may affect cross-browser hacks) - -p, --pretty Shorthand for -c -s -d + -w, --whitespace Eliminate unnecessary whitespaces (has the greatest effect, omit for pretty-printing) + -c, --simple Shorten colors, font weights and nth-child + -s, --shorthands Generate shorthand properties + -d, --duplicates Prune duplicate properties (WARNING: may affect cross-browser hacks) + -p, --pretty Shorthand for -c -s -d Formatting options: - -r, --sort Sort declarations in each ruleset (always on when --shorthands is enabled) - -e, --echo Just parse and pretty-print, no optimizations + -r, --sort Sort declarations in each ruleset (always on when --shorthands is enabled) + -e, --echo Just parse and pretty-print, no optimizations Building mincss -- 2.22.0