Skip to content

Commit

Permalink
Fix describe message for listblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
Nelson Yeung committed Mar 28, 2017
1 parent 21f3346 commit 8517bd5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ var argv = require('yargs')
'listblocks': {
default: 'false',
describe: ('Write blocks to stdout or filename.json.\n' +
'E.g., --listblocks stdout\n.' +
'E.g., --listblocks\n.' +
' --listblocks blocks.json'),
type: 'string'
}
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "usemin-cli",
"version": "0.5.0",
"version": "0.5.1",
"description": "Replaces references to non-optimized scripts or stylesheets into a set of HTML files (or any templates/views).",
"bin": {
"usemin": "./bin/usemin"
Expand Down

0 comments on commit 8517bd5

Please sign in to comment.