Slightly updated usage.

This commit is contained in:
Alexander Andreev 2023-12-09 19:04:49 +04:00
parent 3d492e26ae
commit 7cb5d35e6a
Signed by: Arav
GPG Key ID: D22A817D95815393

View File

@ -90,8 +90,8 @@ func usage() {
" \033[1mlist|l\033[0m directory\n"+ " \033[1mlist|l\033[0m directory\n"+
" List all installed versions in directory\n"+ " List all installed versions in directory\n"+
"Explanation of arguments and options for commands:\n"+ "Explanation of arguments and options for commands:\n"+
" version minecraft's version \n"+ " version version of a game (name of a dir inside versions dir)\n"+
" directory a path to where Minecraft will be installed\n"+ " directory a path to where Minecraft will be installed / or will be runned from\n"+
" -u,--username username\n"+ " -u,--username username\n"+
" player's username (Anonymous by default)\n"+ " player's username (Anonymous by default)\n"+
" -U,--uuid UUID\n"+ " -U,--uuid UUID\n"+
@ -101,7 +101,7 @@ func usage() {
" --profile\n"+ " --profile\n"+
" load/save username, UUID, and -Xmx from/to a file.\n"+ " load/save username, UUID, and -Xmx from/to a file.\n"+
" Once saved, you can ommit -u,-U and --java-Xmx,\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 { type arguments struct {