Merge pull request #1708 from jorrit/patch-1

fix spelling in command help
This commit is contained in:
patrick kettner
2015-10-13 09:40:33 -07:00

View File

@@ -17,11 +17,11 @@ var yargs = require('yargs')
}) })
.options('f', { .options('f', {
alias: 'features', alias: 'features',
describe: 'comma seperate list of feature detects' describe: 'comma separated list of feature detects'
}) })
.options('o', { .options('o', {
alias: 'options', alias: 'options',
describe: 'comma seperate list of extensibility options' describe: 'comma separated list of extensibility options'
}) })
.options('c', { .options('c', {
alias: 'config', alias: 'config',