Skip to content

Commit

Permalink
Merge pull request #1 from andrewtian/grammar-optimization-initiative
Browse files Browse the repository at this point in the history
Update gen.coffee
  • Loading branch information
macalinao committed Jun 8, 2014
2 parents 7944a1e + f8eeb2c commit e9fcdf2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/commands/gen.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,14 @@ module.exports = ->
.usage('Usage: archie gen -a [archetype] -n [name] --arg1 ...')

.alias('a', 'archetype')
.describe('a', 'The name (or path, with -p) of the archetype.')
.describe('a', 'Name (or path, with -p) of the archetype.')

.alias('n', 'name')
.describe('n', 'The name of the project.')
.describe('n', 'Name of the project.')

.boolean('p')
.alias('p', 'path')
.describe('p', 'The path to the archetype.')
.describe('p', 'Path to the archetype.')

.demand(['a', 'n'])
.argv
Expand Down

0 comments on commit e9fcdf2

Please sign in to comment.