Compare commits
2 Commits
733d17ae7a
...
91ba916884
Author | SHA1 | Date |
---|---|---|
|
91ba916884 | |
|
315bf0fc89 |
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.166.0",
|
"version": "1.166.1",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "traxxx",
|
"name": "traxxx",
|
||||||
"version": "1.166.0",
|
"version": "1.166.1",
|
||||||
"description": "All the latest porn releases in one place",
|
"description": "All the latest porn releases in one place",
|
||||||
"main": "src/app.js",
|
"main": "src/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|
|
@ -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