From 258d845248f2ad1803cd0cb37f0b234489d1c23d Mon Sep 17 00:00:00 2001 From: mollusk Date: Sun, 10 Nov 2019 06:25:26 -0700 Subject: [PATCH] svc .sh: Correct app name in help file --- svc.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/svc.sh b/svc.sh index 0e82c12..8743334 100755 --- a/svc.sh +++ b/svc.sh @@ -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 " + echo " Usage: svc link | unlink | linked | list | up | start | restart | stop " echo echo echo " For detailed help, see the commands below:"