Skip to content

Commit

Permalink
[update] update option info
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredleechn committed Nov 5, 2015
1 parent e7ae5dd commit 4e285fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ program
.option('--no-color', 'disable colorful print')
.option('--no-install', 'disable install')
.option('--sourcemap', 'enable sourcemap for build')
.option('--define [value]', 'add define plugins using objects defined in pkg.spm.define(format prod) or type from client(format ENV:prod,LOG:false,NUMBER:-1)')
.option('--define [value]', 'add define plugins using objects defined in pkg.spm.define(format prod)')
.parse(process.argv);

log.config(program);
Expand Down

0 comments on commit 4e285fe

Please sign in to comment.