From 5836af04b8bafbab02538b7b39ba52e695c599bc Mon Sep 17 00:00:00 2001 From: Heath123 Date: Mon, 12 Apr 2021 21:13:17 +0100 Subject: [PATCH] Remove leftover reference to Earth --- src/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.js b/src/index.js index 7d53e25..3a605dc 100644 --- a/src/index.js +++ b/src/index.js @@ -2,7 +2,7 @@ const { program } = require('commander'); program .option('-a, --autostart', 'Automatically starts the program without the start window (all below options must be set)') - .option('-e, --platform ', 'Platform (accepted values: java, earth)') + .option('-e, --platform ', 'Platform (accepted values: java, bedrock)') .option('-v, --version ', 'The version to use (not needed for Bedrock)') .option('-c, --connect
', 'The address of the server to connect to') .option('-p, --connect-port ', 'The port of the server to connect to')