svc .sh: Correct app name in help file

This commit is contained in:
mollusk 2019-11-10 06:25:26 -07:00
parent 67352c902d
commit 258d845248

4
svc.sh
View File

@ -156,9 +156,9 @@ case $1 in
;;
*)
echo
echo " sc - Service Commander - frontend for the sv command"
echo " svc - Service Commander - frontend for the sv command"
echo
echo " Usage: sc link | unlink | linked | list | up | start | restart | stop <service>"
echo " Usage: svc link | unlink | linked | list | up | start | restart | stop <service>"
echo
echo
echo " For detailed help, see the commands below:"