From 6c3358893890f9127deac51a9b1023d0723d691e Mon Sep 17 00:00:00 2001 From: Martin Aeschlimann Date: Tue, 1 Feb 2022 17:24:37 +0100 Subject: code web script: improve help --- scripts/code-web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/code-web.js b/scripts/code-web.js index 345d3538f39..5f3040c04a0 100644 --- a/scripts/code-web.js +++ b/scripts/code-web.js @@ -41,7 +41,7 @@ if (args.help) { './scripts/code-web.sh|bat [options]\n' + ' --host Server host address\n' + ' --port Server port\n' + - ' --browserType The browser type to launch: `chromium` (default), `firefox`, `webkit` or `none`' + + ' --browserType The browser type to launch: `chromium`, `firefox`, `webkit` or `none`. If not specified the OS default browser will be used.' + ' --extension Path of an extension to include\n' + ' --open-devtools Open the dev tools' + ' --verbose Print out more information\n' + -- cgit v1.2.3