diff options
author | Matthew Campassi <matthew@campassi.com> | 2017-09-08 11:03:16 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-09-08 11:03:16 -0500 |
commit | 5aa2f24b2af6fd82aff186990066190dde5f8f8b (patch) | |
tree | ef32cd2826ed8febdfab328d93e6691bb90123f7 /src | |
parent | Merge pull request #2384 (diff) | |
download | monero-5aa2f24b2af6fd82aff186990066190dde5f8f8b.tar.xz |
clarification bc_dyn_stats
clarification of required parameter for bc_dyn_stats
Diffstat (limited to 'src')
-rw-r--r-- | src/daemon/command_server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/daemon/command_server.cpp b/src/daemon/command_server.cpp index 9df698547..1c59367ac 100644 --- a/src/daemon/command_server.cpp +++ b/src/daemon/command_server.cpp @@ -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" |