mirror of
https://git.wownero.com/wownero/wownero.git
synced 2024-08-15 01:03:23 +00:00
clarification bc_dyn_stats
clarification of required parameter for bc_dyn_stats
This commit is contained in:
parent
02e5dcd2fa
commit
5aa2f24b2a
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue