From 1cd23edb806016a1e0610848a8fe4a8b6436b71a Mon Sep 17 00:00:00 2001 From: Michael Telatynski <7t3chguy@gmail.com> Date: Thu, 14 May 2020 11:27:26 +0100 Subject: [PATCH] Update help message to fix broken url to electron docs Signed-off-by: Michael Telatynski <7t3chguy@gmail.com> --- src/electron-main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/electron-main.js b/src/electron-main.js index 34a6a5a..8843f68 100644 --- a/src/electron-main.js +++ b/src/electron-main.js @@ -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(); }