mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-23 05:34:48 +02:00
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) {
|
if (m_Command == RepositoryCommandAdd) {
|
||||||
visibleDesc.add_options()
|
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…
x
Reference in New Issue
Block a user