diff options
| author | binaryFate <binaryfate01@gmail.com> | 2016-01-14 23:13:12 +0100 |
|---|---|---|
| committer | binaryFate <binaryfate01@gmail.com> | 2016-01-14 23:13:12 +0100 |
| commit | 0100e951d3a3580f2d498416b82f56e908dfa046 (patch) | |
| tree | 90bffda637f1f330ad2a6a87f2f493f8b38671a5 /src/daemon/command_server.cpp | |
| parent | 80e38895b3d14e279ce80e84b3bdd8c76ebde0c5 (diff) | |
| download | monzero-core-0100e951d3a3580f2d498416b82f56e908dfa046.tar.gz monzero-core-0100e951d3a3580f2d498416b82f56e908dfa046.tar.xz monzero-core-0100e951d3a3580f2d498416b82f56e908dfa046.zip | |
'max limit of...' is redundant wording, rephrase
Diffstat (limited to 'src/daemon/command_server.cpp')
| -rw-r--r-- | src/daemon/command_server.cpp | 2 |
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" |
