aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.cpp
diff options
context:
space:
mode:
authorbinaryFate <binaryfate01@gmail.com>2016-01-14 23:13:12 +0100
committerbinaryFate <binaryfate01@gmail.com>2016-01-14 23:13:12 +0100
commit0100e951d3a3580f2d498416b82f56e908dfa046 (patch)
tree90bffda637f1f330ad2a6a87f2f493f8b38671a5 /src/daemon/command_server.cpp
parentPrint msg when successfully updating out_peers (diff)
downloadmonero-0100e951d3a3580f2d498416b82f56e908dfa046.tar.xz
'max limit of...' is redundant wording, rephrase
Diffstat (limited to '')
-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 8f434c89a..f99b0844a 100644
--- a/src/daemon/command_server.cpp
+++ b/src/daemon/command_server.cpp
@@ -177,7 +177,7 @@ t_command_server::t_command_server(
m_command_lookup.set_handler(
"out_peers"
, std::bind(&t_command_parser_executor::out_peers, &m_parser, p::_1)
- , "Set max limit of out peers"
+ , "Set max number of out peers"
);
m_command_lookup.set_handler(
"start_save_graph"