diff options
-rw-r--r-- | sysdep/unix/config.Y | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/config.Y b/sysdep/unix/config.Y index e4ed007..320c154 100644 --- a/sysdep/unix/config.Y +++ b/sysdep/unix/config.Y @@ -67,7 +67,7 @@ log_cat: CF_CLI(CONFIGURE, cfg_name, [<file>], [[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: |