added checkupdate to hint message

This commit is contained in:
FezVrasta 2015-06-23 15:08:16 +02:00
parent ab5efe67d8
commit e318cf6ea9

View File

@ -272,6 +272,6 @@ case "$1" in
printStatus
;;
*)
echo "use arkmanager <start|stop|restart|install|update|broadcast|status>"
echo "use arkmanager <start|stop|restart|install|update|checkupdate|broadcast|status>"
;;
esac