Code

collectd.init.d: Added the "status" command to the usage output.
authorSebastian Harl <sh@tokkee.org>
Sun, 15 Mar 2009 20:19:11 +0000 (21:19 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 15 Mar 2009 20:19:11 +0000 (21:19 +0100)
debian/collectd.init.d

index 2e449c513470369ddc6947625cf2844e3b705e28..911f64884f3c55c2573a8f3de18c7617178def8f 100755 (executable)
@@ -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