mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-07 23:04:00 -05:00
Merge pull request #1708 from jorrit/patch-1
fix spelling in command help
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user