]> granicus.if.org Git - icinga2/commitdiff
Cli: Fix import description for 'repository <type> add'
authorMichael Friedrich <michael.friedrich@netways.de>
Fri, 31 Oct 2014 10:20:14 +0000 (11:20 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Fri, 31 Oct 2014 10:20:14 +0000 (11:20 +0100)
lib/cli/repositoryobjectcommand.cpp

index b8beb46b05e44b041780f5b649475473112f8816..7ce0ae9d0358a3e72f51ee3675a3bcf9f9806858 100644 (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");
        }
 }