mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 08:38:42 +00:00
Wording changes.
This commit is contained in:
parent
f14a4becbe
commit
99278e1042
@ -68,7 +68,7 @@ CF_CLI(CONFIGURE, cfg_name, [<file>], [[Reload configuration]])
|
||||
{ cmd_reconfig($2); } ;
|
||||
|
||||
CF_CLI(SHUTDOWN,,, [[Shut the daemon down]])
|
||||
{ cli_msg(7, "Shutdown ordered"); order_shutdown(); } ;
|
||||
{ cli_msg(7, "Shutdown requested"); order_shutdown(); } ;
|
||||
|
||||
cfg_name:
|
||||
/* empty */ { $$ = NULL; }
|
||||
|
Loading…
Reference in New Issue
Block a user