diff --git a/src/argv.js b/src/argv.js index 18c0b633..c0f851e3 100644 --- a/src/argv.js +++ b/src/argv.js @@ -142,11 +142,11 @@ const { argv } = yargs describe: 'Get the latest x releases, no matter the date range', type: 'number', }) - .option('null-date-limit', { + .option('no-date-limit', { describe: 'Limit amount of scenes when dates are missing.', type: 'number', default: config.nullDateLimit, - alias: 'limit', + alias: ['null-date-limit', 'limit'], }) .option('page', { describe: 'Page to start scraping at',