Fix: typo in usage

There should be space between arkmanager and [OPTION].
This commit is contained in:
Lihis 2015-07-17 13:40:58 +03:00
parent 88d38ba8c3
commit 3b3be70ee5

View File

@ -439,7 +439,7 @@ case "$1" in
doUpgrade
;;
-h|--help)
echo -e "Usage: arkmanager[OPTION]\n"
echo -e "Usage: arkmanager [OPTION]\n"
echo "Option Description"
echo "backup Saves a backup of your server inside the backup directory"
echo "checkupdate Check for a new ARK server version"