Deprecate 'update' option in usage help message

This commit is contained in:
Roger Gonzalez 2024-12-23 09:24:00 -03:00
parent 4d3607b7cc
commit 59331036b3
Signed by: rogs
GPG Key ID: C7ECE9C6C36EC2E6

2
yams
View File

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