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

fix yams script's help command in README

See merge request rogs/yams!17
This commit is contained in:
Roger Gonzalez 2024-01-16 17:14:21 +00:00
commit 583777305d

View File

@ -104,13 +104,14 @@ When the script finishes installing without issues, just run:
$ yams $ yams
yams - Yet Another Media Server yams - Yet Another Media Server
Usage: yams [--help|restart|stop|start] Usage: yams [--help|restart|stop|start|destroy|check-vpn|update]
options: options:
--help displays this help message --help displays this help message
restart restarts yams services restart restarts yams services
stop stops all yams services stop stops all yams services
start starts yams services start starts yams services
destroy destroy yams services so you can start from scratch destroy destroy yams services so you can start from scratch
check-vpn checks if the VPN is working as expected
update updates YAMS update updates YAMS
#+end_src #+end_src
* How to configure? * How to configure?