From 39f48f82c8d42d9f35cb86172457a12712c157c0 Mon Sep 17 00:00:00 2001 From: Will Farrington Date: Mon, 2 Dec 2013 17:32:10 -0800 Subject: [PATCH] Add help --- src/commands/help.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/commands/help.c b/src/commands/help.c index d2e14b9..e90d758 100644 --- a/src/commands/help.c +++ b/src/commands/help.c @@ -20,6 +20,8 @@ display_help(int sd) "\n" " problems [ ] Display all services in a non-OK state\n" " muted Display all services that do not have notifications enabled\n" + "\n" + " stats Display service statistics\n" ); return 200; }