diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index e4ed007e..320c1549 100644 --- a/sysdep/unix/config.Y +++ b/sysdep/unix/config.Y @@ -67,7 +67,7 @@ log_cat: CF_CLI(CONFIGURE, cfg_name, [], [[Reload configuration]]) { cmd_reconfig($2); } ; -CF_CLI(SHUTDOWN,,, [[Shut the daemon down]]) +CF_CLI(DOWN,,, [[Shut the daemon down]]) { cli_msg(7, "Shutdown requested"); order_shutdown(); } ; cfg_name: