mirror of
https://github.com/CringeStudios/element-desktop.git
synced 2025-01-31 13:39:58 +01:00
Updates URL for Electron Command Line Switches
Port https://github.com/vector-im/riot-web/pull/11810
This commit is contained in:
parent
b7b9779b65
commit
a3021fce0a
@ -72,7 +72,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…
x
Reference in New Issue
Block a user