From c56fbe27b85d2afef1ecb35930f9b4b76f7e3b2d Mon Sep 17 00:00:00 2001 From: Sascha Wildner Date: Fri, 5 Oct 2007 23:55:47 +0000 Subject: [PATCH] Make usage string slightly more usage string like and a dd the 'disable' and 'enable' commands to it. --- sbin/rcrun/rcrun.sh | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/sbin/rcrun/rcrun.sh b/sbin/rcrun/rcrun.sh index 1e733d569f..fa769cd5ea 100644 --- a/sbin/rcrun/rcrun.sh +++ b/sbin/rcrun/rcrun.sh @@ -2,7 +2,7 @@ # # rcng command # -# $DragonFly: src/sbin/rcrun/rcrun.sh,v 1.6 2005/12/20 15:25:45 swildner Exp $ +# $DragonFly: src/sbin/rcrun/rcrun.sh,v 1.7 2007/10/05 23:55:47 swildner Exp $ dostart() { @@ -178,7 +178,8 @@ list) fi ;; *) - echo "$0 {start|stop|restart|rcvar|list|forcestart|faststart} " + echo "usage: rcrun start|stop|restart|rcvar|list|forcestart|faststart|disable|enable" + echo " script ..." ;; esac -- 2.41.0