'max limit of...' is redundant wording, rephrase

This commit is contained in:
binaryFate
2016-01-14 23:13:12 +01:00
parent 80e38895b3
commit 0100e951d3
3 changed files with 3 additions and 3 deletions

View File

@@ -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"