Fixed missing date limit default argument.

This commit is contained in:
DebaucheryLibrarian 2021-02-04 01:18:46 +01:00
parent 733d17ae7a
commit 315bf0fc89
1 changed files with 1 additions and 1 deletions

View File

@ -145,7 +145,7 @@ const { argv } = yargs
.option('missing-date-limit', {
describe: 'Limit amount of scenes when dates are missing.',
type: 'number',
default: config.noDateLimit,
default: config.missingDateLimit,
alias: ['null-date-limit', 'limit'],
})
.option('page', {