From 7cb5d35e6a14168f85a2774661fdfb5616a330d9 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Sat, 9 Dec 2023 19:04:49 +0400 Subject: [PATCH] Slightly updated usage. --- cmd/mccl/main.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cmd/mccl/main.go b/cmd/mccl/main.go index becde20..c5dbcd7 100755 --- a/cmd/mccl/main.go +++ b/cmd/mccl/main.go @@ -90,8 +90,8 @@ func usage() { " \033[1mlist|l\033[0m directory\n"+ " List all installed versions in directory\n"+ "Explanation of arguments and options for commands:\n"+ - " version minecraft's version \n"+ - " directory a path to where Minecraft will be installed\n"+ + " version version of a game (name of a dir inside versions dir)\n"+ + " directory a path to where Minecraft will be installed / or will be runned from\n"+ " -u,--username username\n"+ " player's username (Anonymous by default)\n"+ " -U,--uuid UUID\n"+ @@ -101,7 +101,7 @@ func usage() { " --profile\n"+ " load/save username, UUID, and -Xmx from/to a file.\n"+ " Once saved, you can ommit -u,-U and --java-Xmx,\n"+ - " since they are stored in", mcclprofile.ProfileFileName) + " since they will be stored in", mcclprofile.ProfileFileName) } type arguments struct {