diff --git a/svc.sh b/svc.sh index 65e6b99..0e82c12 100755 --- a/svc.sh +++ b/svc.sh @@ -47,10 +47,10 @@ case $1 in list | ls | --list ) echo - echo -e "${LGREEN}Contents of /etc/sv/${NC}\n" + echo -e "${LGREEN}Available Services (/etc/sv/):${NC}\n" ls /etc/sv echo - echo -e "${LCYAN}Contents of /var/service${NC}\n" + echo -e "${LCYAN}Running Services (/var/service):${NC}\n" echo ls /var/service echo