Update help message to fix broken url to electron docs

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-05-14 11:27:26 +01:00
parent 662aa56b4b
commit 1cd23edb80

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();
}