mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-08 16:26:42 -04:00
Update lib/cli/nodesetupcommand.cpp
Co-authored-by: Alexander Aleksandrovič Klimov <al2klimov@gmail.com>
This commit is contained in:
parent
a50e32e974
commit
32f5beaad3
1 changed files with 2 additions and 2 deletions
|
|
@ -50,8 +50,8 @@ void NodeSetupCommand::InitParameters(boost::program_options::options_descriptio
|
|||
("accept-config", "Accept config from parent node")
|
||||
("accept-commands", "Accept commands from parent node")
|
||||
("master", "Use setup for a master instance")
|
||||
("global_zones", po::value<std::vector<std::string> >(), "The names of the additional global zones to add to the default ones (if not deactivated).")
|
||||
("no-default-global-zones", "Do not add the default global-zones 'global-templates' and 'director-global'")
|
||||
("global_zones", po::value<std::vector<std::string> >(), "The names of the additional global zones to 'global-templates' and 'director-global'.")
|
||||
("no-default-global-zones", "Do not add the default global zones 'global-templates' and 'director-global'")
|
||||
("disable-confd", "Disables the conf.d directory during the setup");
|
||||
|
||||
hiddenDesc.add_options()
|
||||
|
|
|
|||
Loading…
Reference in a new issue