Fix list of plugins activated by default
This commit is contained in:
parent
b85dd083fb
commit
1c2c0f900d
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ int main(int argc, char** argv) {
|
||||||
"Directory containing databases, configuration file, etc.")
|
"Directory containing databases, configuration file, etc.")
|
||||||
("version,v", "Display version information")
|
("version,v", "Display version information")
|
||||||
("plugins", bpo::value<std::string>()
|
("plugins", bpo::value<std::string>()
|
||||||
->default_value("witness account_history market_history grouped_orders"),
|
->default_value("witness account_history market_history accounts_list affiliate_stats bookie"),
|
||||||
"Space-separated list of plugins to activate");
|
"Space-separated list of plugins to activate");
|
||||||
|
|
||||||
bpo::variables_map options;
|
bpo::variables_map options;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue