From: XhmikosR Date: Sat, 9 Feb 2013 10:23:27 +0000 (+0200) Subject: update README.md with the new cli options X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=b231194a271b2099cefc5128e395a318c27df98f;p=clean-css.git update README.md with the new cli options --- diff --git a/README.md b/README.md index 67c1239b..1e136d67 100644 --- a/README.md +++ b/README.md @@ -27,13 +27,15 @@ npm install clean-css Clean-css accepts the following command line arguments: ``` -cleancss [options] -o +cleancss [options] ``` - -* `-e`, `-empty`, `-removeempty` Remove empty declarations (e.g. `.class {}`) -* `-b`, `-keepbreaks`, `-keeplinebreaks` Keep line breaks +* `-h`, `--help` output usage information +* `-v`, `--version` output the version number +* `-e`, `--remove-empty` Remove empty declarations (e.g. `a{}`) +* `-b`, `--keep-line-breaks` Keep line breaks * `--s0` Remove all special comments (i.e. `/*! special comment */`) * `--s1` Remove all special comments but the first one +* `-o`, `--output [output-file]` Use [output-file] as output instead of stdout #### Examples: