Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/microsoft/vscode.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Aeschlimann <martinae@microsoft.com>2022-02-01 19:24:37 +0300
committerMartin Aeschlimann <martinae@microsoft.com>2022-02-01 19:38:37 +0300
commit6c3358893890f9127deac51a9b1023d0723d691e (patch)
tree8cf6451b49f7a158a18049f9f3890a6603a55db1 /scripts
parent884273e35b35404e99e4787af0b026119e2a24dc (diff)
code web script: improve help
Diffstat (limited to 'scripts')
-rw-r--r--scripts/code-web.js2
1 files changed, 1 insertions, 1 deletions
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' +