From b231194a271b2099cefc5128e395a318c27df98f Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Sat, 9 Feb 2013 12:23:27 +0200 Subject: [PATCH] update README.md with the new cli options --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) 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: -- 2.34.1