mirror of
https://github.com/Modernizr/Modernizr.git
synced 2026-01-09 15:47:55 -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', {
|
.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',
|
||||||
|
|||||||
Reference in New Issue
Block a user