Cli: Fix import description for 'repository <type> add'

This commit is contained in:
Michael Friedrich 2014-10-31 11:20:14 +01:00
parent f8799f0252
commit 5eefda8b85
1 changed files with 1 additions and 1 deletions

View File

@ -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");
}
}