diff --git a/lib/cli/repositoryobjectcommand.cpp b/lib/cli/repositoryobjectcommand.cpp index b8beb46b0..7ce0ae9d0 100644 --- a/lib/cli/repositoryobjectcommand.cpp +++ b/lib/cli/repositoryobjectcommand.cpp @@ -121,7 +121,7 @@ void RepositoryObjectCommand::InitParameters(boost::program_options::options_des { if (m_Command == RepositoryCommandAdd) { visibleDesc.add_options() - ("import", po::value >(), "Import the defined template(s) into the object. Must be defined and included separately in Icinga 2"); + ("import", po::value >(), "Import the defined template into the object. Must be defined and included separately in Icinga 2"); } }