From 03b1549afad28bf3c21c6a66590125db07d4c482 Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Fri, 8 Oct 2010 13:02:18 +0000 Subject: [PATCH] Added 'status' to help SVN revision: 2333 --- elogd.init_template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/elogd.init_template b/elogd.init_template index 20be68b7..f01247d1 100755 --- a/elogd.init_template +++ b/elogd.init_template @@ -63,7 +63,7 @@ case "$1" in $0 start ;; *) - echo "Usage: $0 {start|stop|restart}" + echo "Usage: $0 {start|stop|status|restart}" exit 1 esac