aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Campassi <matthew@campassi.com>2017-09-08 11:03:16 -0500
committerGitHub <noreply@github.com>2017-09-08 11:03:16 -0500
commit5aa2f24b2af6fd82aff186990066190dde5f8f8b (patch)
treeef32cd2826ed8febdfab328d93e6691bb90123f7 /src
parentMerge pull request #2384 (diff)
downloadmonero-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.cpp2
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"