diff --git a/audiogame-manager.sh b/audiogame-manager.sh index caf6c2e..e1ea3b8 100755 --- a/audiogame-manager.sh +++ b/audiogame-manager.sh @@ -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/:/ }: ${command[${i}]}" done | sort exit 0 }