Skip to content

Commit

Permalink
Remove -v CLI option
Browse files Browse the repository at this point in the history
  • Loading branch information
hail2u committed Dec 29, 2016
1 parent 0d7ae9f commit 38fa4d7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions bin/mqpacker.js
Expand Up @@ -16,8 +16,7 @@ const argv = minimist(process.argv.slice(2), {
],
alias: {
"h": "help",
"s": "sort",
"v": "version"
"s": "sort"
},
default: {
"help": false,
Expand All @@ -39,7 +38,7 @@ Options:
-s, --sort Sort “min-width” queries.
--sourcemap Create source map file.
-h, --help Show this message.
-v, --version Print version information.
--version Print version information.
Use a single dash for INPUT to read CSS from standard input.
Expand Down

0 comments on commit 38fa4d7

Please sign in to comment.