Improved the help function.
This commit is contained in:
parent
3509cccf96
commit
a2504dcd7e
@ -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
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user