Skip to content

Commit

Permalink
docs(cli): tweak the cli help message for --cache-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jyounce committed Jul 26, 2016
1 parent 96ed51e commit 52c8cbb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cli/get-cli-opts.coffee
Expand Up @@ -28,7 +28,7 @@ module.exports = (config) ->
program
.version config.build.pkg.version
.option '-s, --skip-options [opts]', 'skip build option(s) ex: dev,prod', list, []
.option '--cache-clean [value]', "cleans #{config.build.pkg.name}'s internal cache for an app, optionally provide * to clean internal cache for all apps"
.option '--cache-clean [opt]', "cleans #{config.build.pkg.name}'s internal cache for an app, optionally provide * to clean internal cache for all apps"
.option '--quick-start [location]', 'creates a simple application structure with a couple files. optional location: client or server. defaults to both'
.parse process.argv

Expand Down

0 comments on commit 52c8cbb

Please sign in to comment.