aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.cpp
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2016-01-15 15:00:20 +0200
committerRiccardo Spagni <ric@spagni.net>2016-01-15 15:00:20 +0200
commitb085fbc667f453085d174e8a33f84e1c84ab3b19 (patch)
tree4befded2fd3be16de278d426a5df03009cf8be4b /src/daemon/command_server.cpp
parent64c0806e65f96f49b08db66a9defbee39850ea46 (diff)
parent0100e951d3a3580f2d498416b82f56e908dfa046 (diff)
downloadmonzero-core-b085fbc667f453085d174e8a33f84e1c84ab3b19.tar.gz
monzero-core-b085fbc667f453085d174e8a33f84e1c84ab3b19.tar.xz
monzero-core-b085fbc667f453085d174e8a33f84e1c84ab3b19.zip
Merge pull request #609
0100e95 'max limit of...' is redundant wording, rephrase (binaryFate) 80e3889 Print msg when successfully updating out_peers (binaryFate)
Diffstat (limited to 'src/daemon/command_server.cpp')
-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"