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; }