Fix typo
| @@ -157,11 +157,11 @@ const cliArguments = yargs(hideBin(process.argv)) | ||
| 157 | 157 | }).option('requestProxyUrl', { |
| 158 | 158 | type: 'string', |
| 159 | 159 | default: null, |
| 160 | 160 | describe: 'Request proxy URL (HTTP or SOCKS protocols)', |
| 161 | 161 | }).option('requestProxyBypasssrequestProxyBypass', { |
| 162 | 162 | type: 'array', |
| 163 | 163 | default: null, |
| 164 | 164 | describe: 'Request proxy bypass list (space separated list of hosts)', |
| 165 | 165 | }).parseSync(); |
| 166 | 166 | |
| 167 | 167 | // change all relative paths |