From 2efb637863ac2bc28e5a3de3909c9b3b3e081a32 Mon Sep 17 00:00:00 2001 From: Cohee <18619528+Cohee1207@users.noreply.github.com> Date: Thu, 12 Sep 2024 20:30:52 +0300 Subject: [PATCH] Better option description --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index 101078a03..b9fff9bc7 100644 --- a/server.js +++ b/server.js @@ -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,