Skip to content

Commit

Permalink
Remove leftover reference to Earth
Browse files Browse the repository at this point in the history
  • Loading branch information
Heath123 committed Apr 12, 2021
1 parent 9020872 commit 5836af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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>', 'Platform (accepted values: java, earth)')
.option('-e, --platform <platform>', 'Platform (accepted values: java, bedrock)')
.option('-v, --version <version>', 'The version to use (not needed for Bedrock)')
.option('-c, --connect <address>', 'The address of the server to connect to')
.option('-p, --connect-port <port>', 'The port of the server to connect to')
Expand Down

0 comments on commit 5836af0

Please sign in to comment.