From 9b885be0302fd262b5488be1fb6b1d082da28ece Mon Sep 17 00:00:00 2001 From: bnewbold Date: Wed, 22 Feb 2017 00:17:58 -0800 Subject: remove 'shutdown' from command list (unimplemented) --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f2a0b2a..dd4ed31 100644 --- a/src/main.rs +++ b/src/main.rs @@ -738,7 +738,6 @@ const CTRL_SHELL_USAGE: &'static str = r#"Command Listing: dec decrements number of children upgrade replaces all children with new spawns, gracefully die kills all children gracefully, then exits - shutdown kills all children gracefully, then exits signal SIG sends signal SIG to all children status shows summary state of children help prints this help message -- cgit v1.2.3