Skip to content

Commit

Permalink
better description
Browse files Browse the repository at this point in the history
  • Loading branch information
jakobrosenberg committed Apr 18, 2020
1 parent 7bc2fca commit f4cac8d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ program

program
.command('init')
.option('-s, --start-dev', 'run "npm run dev" automatically', false)
.option('-s, --start-dev', 'run "npm run dev" after install', false)
.option('-e, --no-example', 'delete the example folder')
.option('-n, --no-install', 'don\'t auto install npm modules')
.option('-b, --branch [name]', 'branch to checkout (can also be commit hash or release tag)', 'master')
Expand Down

0 comments on commit f4cac8d

Please sign in to comment.