code web script: improve help

This commit is contained in:
Martin Aeschlimann 2022-02-01 17:24:37 +01:00
parent 884273e35b
commit 6c33588938
No known key found for this signature in database
GPG key ID: 2609A01E695523E3

View file

@ -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' +