Skip to content

Commit

Permalink
Merge pull request #11810 from besendorf/patch-1
Browse files Browse the repository at this point in the history
Updates URL for Electron Command Line Switches
  • Loading branch information
turt2live authored Jan 9, 2020
2 parents 52ca090 + a6015d4 commit 5445f97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion electron_app/src/electron-main.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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://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();
}

Expand Down

0 comments on commit 5445f97

Please sign in to comment.