Skip to content

Commit

Permalink
Make the question more clear (for composition)
Browse files Browse the repository at this point in the history
When the generator is being composed, people using the other generator might not be aware of its presence, so it's unclear what "Choose your style of DSL" refers to.

Ref. yeoman/generator-webapp#545.
Ref. yeoman/generator-webapp#538.
  • Loading branch information
silvenon authored Jul 13, 2016
1 parent b81e629 commit f518b59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/app/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module.exports = generators.Base.extend({
generators.Base.apply(this, arguments);

this.option('ui', {
desc: 'Choose your style of DSL (bdd, tdd)',
desc: 'Choose your style of test DSL for Mocha (bdd, tdd)',
type: String
});

Expand Down

0 comments on commit f518b59

Please sign in to comment.