Remove empty plugins parameter shadowing plugins parameter from child apps
This commit is contained in:
parent
04de753d55
commit
7a53f7128c
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),
|
("enable-standby-votes-tracking", bpo::value<bool>()->implicit_value(true),
|
||||||
"Whether to enable tracking of votes of standby witnesses and committee members. "
|
"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.")
|
"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(configuration_file_options);
|
||||||
command_line_options.add_options()
|
command_line_options.add_options()
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue