aboutsummaryrefslogtreecommitdiff
path: root/src/cli.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/cli.js')
-rw-r--r--src/cli.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/cli.js b/src/cli.js
index 55e12a1..e332085 100644
--- a/src/cli.js
+++ b/src/cli.js
@@ -52,9 +52,8 @@ function gamepathExists() {
// General CLI initialization
//
-// A lot of the CLI is handled through events sent back to the main
-// process or utils.js to handle, this is because we re-use these events
-// for the renderer as well.
+// A lot of the CLI is handled through events sent back to the main process for
+// it to handle, this is because we re-use these events for the renderer as.
async function init() {
// --help menu/argument
if (cli.hasSwitch("help")) {