Skip to content

Commit

Permalink
Add missing "pug" to --view help description
Browse files Browse the repository at this point in the history
  • Loading branch information
dougwilson committed Oct 27, 2016
1 parent 2f88e63 commit ee43be8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ This generator can also be further configured with the following command line fl
--hbs add handlebars engine support
--pug add pug engine support
-H, --hogan add hogan.js engine support
-v, --view <engine> add view <engine> support (ejs|hbs|hjs|jade|twig|vash) (defaults to jade)
-v, --view <engine> add view <engine> support (ejs|hbs|hjs|jade|pug|twig|vash) (defaults to jade)
-c, --css <engine> add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)
--git add .gitignore
-f, --force force on non-empty directory
Expand Down
2 changes: 1 addition & 1 deletion bin/express
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ program
.option(' --pug', 'add pug engine support')
.option(' --hbs', 'add handlebars engine support')
.option('-H, --hogan', 'add hogan.js engine support')
.option('-v, --view <engine>', 'add view <engine> support (ejs|hbs|hjs|jade|twig|vash) (defaults to jade)')
.option('-v, --view <engine>', 'add view <engine> support (ejs|hbs|hjs|jade|pug|twig|vash) (defaults to jade)')
.option('-c, --css <engine>', 'add stylesheet <engine> support (less|stylus|compass|sass) (defaults to plain css)')
.option(' --git', 'add .gitignore')
.option('-f, --force', 'force on non-empty directory')
Expand Down

0 comments on commit ee43be8

Please sign in to comment.