mirror of
https://gitlab.nic.cz/labs/bird.git
synced 2024-11-17 16:48:43 +00:00
Nest: Fix help for 'graceful restart' command
Multi-worded commands are not automatically added to top-level help output. Thanks to Christoph for the bugreport.
This commit is contained in:
parent
3f477ccb03
commit
9c79022153
@ -134,6 +134,8 @@ CF_CLI(CONFIGURE CHECK, cfg_name, [\"<file>\"], [[Parse configuration and check
|
|||||||
CF_CLI(DOWN,,, [[Shut the daemon down]])
|
CF_CLI(DOWN,,, [[Shut the daemon down]])
|
||||||
{ cmd_shutdown(); } ;
|
{ cmd_shutdown(); } ;
|
||||||
|
|
||||||
|
CF_CLI_HELP(GRACEFUL, restart, [[Shut the daemon down for graceful restart]])
|
||||||
|
|
||||||
CF_CLI(GRACEFUL RESTART,,, [[Shut the daemon down for graceful restart]])
|
CF_CLI(GRACEFUL RESTART,,, [[Shut the daemon down for graceful restart]])
|
||||||
{ cmd_graceful_restart(); } ;
|
{ cmd_graceful_restart(); } ;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user