From 0100e951d3a3580f2d498416b82f56e908dfa046 Mon Sep 17 00:00:00 2001 From: binaryFate Date: Thu, 14 Jan 2016 23:13:12 +0100 Subject: 'max limit of...' is redundant wording, rephrase --- src/daemon/command_server.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/daemon/command_server.cpp') 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" -- cgit v1.2.3