fix yams script's help command #65

Merged
methbkts merged 1 commits from fix-yams-help-command into master 2024-01-16 12:44:16 -03:00

2
yams
View File

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