diff --git a/src/CLIParser.cpp b/src/CLIParser.cpp index 0d3bbab..1c7d621 100644 --- a/src/CLIParser.cpp +++ b/src/CLIParser.cpp @@ -103,7 +103,7 @@ void CLIParser::build() { "parameter to set, value has the form of =") ("config-file,c", po::value()->default_value(""), "read configuration from file") - ("plugin,p", po::value>(), + ("plugin", po::value>(), "plugin(s) to activate") ("dump-config,dc", po::value()->default_value(""), "dump configuration to file file");