Skip to content

Commit

Permalink
Fix help output test
Browse files Browse the repository at this point in the history
  • Loading branch information
Toilal committed Jan 17, 2015
1 parent 03c0ca3 commit ab2bbd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -677,7 +677,7 @@ describe('generators.Base', function () {
'A new desc for this generator',
'',
'Options:',
'-h, --help # Print generator\'s options and usage',
'-h, --help # Print the generator\'s options and usage',
'--skip-cache # Do not remember prompt answers Default: false',
'--hook1 # Hook1 to be invoked',
'--hook2 # Hook2 to be invoked',
Expand Down

0 comments on commit ab2bbd2

Please sign in to comment.