fix spelling in command help

Changed two cases of `comma seperate` to `comma separated`
This commit is contained in:
Jorrit Schippers
2015-10-13 12:17:43 +02:00
parent 4fe1d1684c
commit 8ddaa9bc72

View File

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