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 {