Merge branch 'fix-yams-help-command' into 'master'

fix yams script's help command

See merge request rogs/yams!16
This commit is contained in:
Roger Gonzalez 2024-01-16 15:44:16 +00:00
commit dc5e5d28fb

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"