Fixed missing date limit default argument.
This commit is contained in:
parent
733d17ae7a
commit
315bf0fc89
|
@ -145,7 +145,7 @@ const { argv } = yargs
|
||||||
.option('missing-date-limit', {
|
.option('missing-date-limit', {
|
||||||
describe: 'Limit amount of scenes when dates are missing.',
|
describe: 'Limit amount of scenes when dates are missing.',
|
||||||
type: 'number',
|
type: 'number',
|
||||||
default: config.noDateLimit,
|
default: config.missingDateLimit,
|
||||||
alias: ['null-date-limit', 'limit'],
|
alias: ['null-date-limit', 'limit'],
|
||||||
})
|
})
|
||||||
.option('page', {
|
.option('page', {
|
||||||
|
|
Loading…
Reference in New Issue