Skip to content

Commit

Permalink
Fix broken --version
Browse files Browse the repository at this point in the history
  • Loading branch information
ronjouch committed Aug 1, 2018
1 parent 38edc91 commit 0c9ef08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ function checkInternet() {

if (require.main === module) {
program
.version(packageJson.version, '--version, -V, -v')
.version(packageJson.version, '-v, --version')
.arguments('<targetUrl> [dest]')
.action((targetUrl, appDir) => {
program.targetUrl = targetUrl;
Expand Down

0 comments on commit 0c9ef08

Please sign in to comment.