clarification bc_dyn_stats

clarification of required parameter for bc_dyn_stats
This commit is contained in:
Matthew Campassi 2017-09-08 11:03:16 -05:00 committed by GitHub
parent 02e5dcd2fa
commit 5aa2f24b2a
1 changed files with 1 additions and 1 deletions

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"
, "Print information about current blockchain dynamic state, bc_dyn_stats <block count>"
);
m_command_lookup.set_handler(
"update"