Improved the help function.

This commit is contained in:
Storm Dragon 2020-12-12 12:10:13 -05:00
parent 3509cccf96
commit a2504dcd7e

View File

@ -202,7 +202,7 @@ help() {
echo -e "Usage:\n"
echo "With no arguments, open the game launcher."
for i in "${!command[@]}" ; do
echo "-${i}: ${command[${i}]}"
echo "-${i/:/ <parameter>}: ${command[${i}]}"
done | sort
exit 0
}