updated clarification bc_dyn_stats

updated clarification of required parameter for bc_dyn_stats
This commit is contained in:
Matthew Campassi 2017-09-08 11:31:58 -05:00 committed by GitHub
parent 5aa2f24b2a
commit ea01633024

View File

@ -241,7 +241,7 @@ t_command_server::t_command_server(
m_command_lookup.set_handler(
"bc_dyn_stats"
, std::bind(&t_command_parser_executor::print_blockchain_dynamic_stats, &m_parser, p::_1)
, "Print information about current blockchain dynamic state, bc_dyn_stats <block count>"
, "Print information about current blockchain dynamic state, bc_dyn_stats <last n blocks>"
);
m_command_lookup.set_handler(
"update"