From 8870aa7eef2ab3ff77b367c9612f4d1aa1e06af6 Mon Sep 17 00:00:00 2001 From: Metin Bektas <30674934+methbkts@users.noreply.github.com> Date: Tue, 16 Jan 2024 16:39:54 +0100 Subject: [PATCH] fix yams script's help command --- yams | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yams b/yams index 008d079..9c62acb 100755 --- a/yams +++ b/yams @@ -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" -- 2.39.5