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