diff options
Diffstat (limited to 'usr.sbin/ngctl/shutdown.c')
-rw-r--r-- | usr.sbin/ngctl/shutdown.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ngctl/shutdown.c b/usr.sbin/ngctl/shutdown.c index 769f122..d391ba8 100644 --- a/usr.sbin/ngctl/shutdown.c +++ b/usr.sbin/ngctl/shutdown.c @@ -45,7 +45,8 @@ const struct ngcmd shutdown_cmd = { ShutdownCmd, "shutdown <path>", "Shutdown the node at <path>", - NULL + NULL, + { "kill", "rmnode" } }; static int |