aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xservice2
1 files changed, 1 insertions, 1 deletions
diff --git a/service b/service
index 325883de..a6b66ec7 100755
--- a/service
+++ b/service
@@ -138,7 +138,7 @@ if [[ -n $fullrestart ]];then
exit 1
fi
-[[ -z $options ]] && { echo "I need an action"; options="--help" ;}
+[[ -z $options ]] && { echo -e "I need an action\n" 1>&2; usage;}
check_if_inetd "$service" ; [[ -z $service ]] && exit 1