Renamed command shutdown' to down', so that `s' can be used as an

abbreviation for `show'.
This commit is contained in:
Martin Mares 2000-03-07 20:09:35 +00:00
parent 3549667925
commit c801e1fbab

View file

@ -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: