mirror of https://github.com/Icinga/icinga2.git
Cli: Fix import description for 'repository <type> add'
This commit is contained in:
parent
f8799f0252
commit
5eefda8b85
|
@ -121,7 +121,7 @@ void RepositoryObjectCommand::InitParameters(boost::program_options::options_des
|
|||
{
|
||||
if (m_Command == RepositoryCommandAdd) {
|
||||
visibleDesc.add_options()
|
||||
("import", po::value<std::vector<std::string> >(), "Import the defined template(s) into the object. Must be defined and included separately in Icinga 2");
|
||||
("import", po::value<std::vector<std::string> >(), "Import the defined template into the object. Must be defined and included separately in Icinga 2");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue