fix yams script's help command

This commit is contained in:
Metin Bektas 2024-01-16 16:39:54 +01:00
parent bea1483c49
commit 8870aa7eef

2
yams
View File

@ -10,7 +10,7 @@ option=${1:-"--help"}
help() {
echo "yams - Yet Another Media Server"
echo
echo "Usage: yams [--help|restart|stop|start|status]"
echo "Usage: yams [--help|restart|stop|start|destroy|check-vpn|update]"
echo "options:"
echo "--help displays this help message"
echo "restart restarts yams services"