diff options
author | bnewbold <bnewbold@robocracy.org> | 2017-02-22 00:17:58 -0800 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2017-02-22 00:17:58 -0800 |
commit | 9b885be0302fd262b5488be1fb6b1d082da28ece (patch) | |
tree | 3efb1729b743f00b3a43b7b16196045efa120587 | |
parent | ce8b74e904611afe5b9050fba24c93fb049f3c80 (diff) | |
download | einhyrningsins-9b885be0302fd262b5488be1fb6b1d082da28ece.tar.gz einhyrningsins-9b885be0302fd262b5488be1fb6b1d082da28ece.zip |
remove 'shutdown' from command list (unimplemented)
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
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 |