Skip to content

Commit

Permalink
Merge pull request #739 from Toilal/fix/test-expected-help
Browse files Browse the repository at this point in the history
Fix help output test
  • Loading branch information
sindresorhus committed Jan 17, 2015
2 parents d3dafae + ab2bbd2 commit 45bb7a5
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 45bb7a5

Please sign in to comment.