Skip to content

Commit

Permalink
Merge pull request #3279 from cb1kenobi/timob-11516
Browse files Browse the repository at this point in the history
[TIMOB-11516] Changed deploy-type option abbreviation for mobileweb buil...
  • Loading branch information
Bryan Hughes committed Oct 18, 2012
2 parents dc9ee24 + dcab212 commit fe4700f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobileweb/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ exports.config = function (logger, config, cli) {
return {
options: {
'deploy-type': {
abbr: 'B',
abbr: 'D',
default: 'development',
desc: __('the type of deployment; production performs optimizations'),
hint: __('type'),
Expand Down

0 comments on commit fe4700f

Please sign in to comment.