mirror of
https://github.com/Minres/RISCV-VP.git
synced 2025-12-17 08:51:35 +00:00
fixes multiple -p definition in CLI
This commit is contained in:
@@ -103,7 +103,7 @@ void CLIParser::build() {
|
||||
"parameter to set, value has the form of <parm name>=<parm value>")
|
||||
("config-file,c", po::value<std::string>()->default_value(""),
|
||||
"read configuration from file")
|
||||
("plugin,p", po::value<std::vector<std::string>>(),
|
||||
("plugin", po::value<std::vector<std::string>>(),
|
||||
"plugin(s) to activate")
|
||||
("dump-config,dc", po::value<std::string>()->default_value(""),
|
||||
"dump configuration to file file");
|
||||
|
||||
Reference in New Issue
Block a user