Removed plugins parameter shadowing other apps plugins param
This commit is contained in:
parent
75b1324e5a
commit
3116ef5828
1 changed files with 0 additions and 1 deletions
|
|
@ -934,7 +934,6 @@ void application::set_program_options(boost::program_options::options_descriptio
|
|||
("enable-standby-votes-tracking", bpo::value<bool>()->implicit_value(true),
|
||||
"Whether to enable tracking of votes of standby witnesses and committee members. "
|
||||
"Set it to true to provide accurate data to API clients, set to false for slightly better performance.")
|
||||
("plugins", bpo::value<string>(), "Space-separated list of plugins to activate")
|
||||
;
|
||||
command_line_options.add(configuration_file_options);
|
||||
command_line_options.add_options()
|
||||
|
|
|
|||
Loading…
Reference in a new issue