From: Sebastian Harl Date: Sun, 15 Mar 2009 20:19:11 +0000 (+0100) Subject: collectd.init.d: Added the "status" command to the usage output. X-Git-Tag: collectd-4.6.2-1~9 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=0979270a4496b190bc8b7df7682ab7a2f8a169e1;p=pkg-collectd.git collectd.init.d: Added the "status" command to the usage output. --- 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