Merge pull request #86 from vector-im/t3chguy/update_help

Update help message to fix broken url to electron docs
This commit is contained in:
Michael Telatynski 2020-05-14 19:28:57 +01:00 committed by GitHub
commit 829451c4c4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -82,7 +82,7 @@ if (argv["help"]) {
console.log(" --hidden: Start the application hidden in the system tray.");
console.log(" --help: Displays this help message.");
console.log("And more such as --proxy, see:" +
"https://electronjs.org/docs/api/chrome-command-line-switches#supported-chrome-command-line-switches");
"https://electronjs.org/docs/api/command-line-switches");
app.exit();
}