From 0979270a4496b190bc8b7df7682ab7a2f8a169e1 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 15 Mar 2009 21:19:11 +0100 Subject: [PATCH] collectd.init.d: Added the "status" command to the usage output. --- debian/collectd.init.d | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/collectd.init.d b/debian/collectd.init.d index 2e449c5..911f648 100755 --- a/debian/collectd.init.d +++ b/debian/collectd.init.d @@ -156,7 +156,7 @@ case "$1" in echo "." ;; *) - echo "Usage: $0 {start|stop|restart|force-reload}" >&2 + echo "Usage: $0 {start|stop|restart|force-reload|status}" >&2 exit 1 ;; esac -- 2.30.2