mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Updates URL for Electron Command Line Switches
old URL is not accessible anymore
This commit is contained in:
parent
52ca0908e2
commit
a6015d46f4
@ -63,7 +63,7 @@ if (argv["help"]) {
|
|||||||
console.log(" --hidden: Start the application hidden in the system tray.");
|
console.log(" --hidden: Start the application hidden in the system tray.");
|
||||||
console.log(" --help: Displays this help message.");
|
console.log(" --help: Displays this help message.");
|
||||||
console.log("And more such as --proxy, see:" +
|
console.log("And more such as --proxy, see:" +
|
||||||
"https://github.com/electron/electron/blob/master/docs/api/chrome-command-line-switches.md");
|
"https://electronjs.org/docs/api/chrome-command-line-switches#supported-chrome-command-line-switches");
|
||||||
app.exit();
|
app.exit();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user