aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Campassi <matthew@campassi.com>2017-09-08 11:31:58 -0500
committerGitHub <noreply@github.com>2017-09-08 11:31:58 -0500
commitea0163302492e8735a1adbfad0870b0eb192cd2e (patch)
treee57c65245f1751b8738b26e2e3b4eef1d3f6b017
parentclarification bc_dyn_stats (diff)
downloadmonero-ea0163302492e8735a1adbfad0870b0eb192cd2e.tar.xz
updated clarification bc_dyn_stats
updated clarification of required parameter for bc_dyn_stats
-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 1c59367ac..b9f503c6b 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, bc_dyn_stats <block count>"
+ , "Print information about current blockchain dynamic state, bc_dyn_stats <last n blocks>"
);
m_command_lookup.set_handler(
"update"