Better option description

This commit is contained in:
Cohee 2024-09-12 20:30:52 +03:00
parent edd6dfa819
commit 2efb637863
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ const cliArguments = yargs(hideBin(process.argv))
}).option('requestProxyEnabled', {
type: 'boolean',
default: null,
describe: 'Enables request proxy',
describe: 'Enables a use of proxy for outgoing requests',
}).option('requestProxyUrl', {
type: 'string',
default: null,