diff options
| author | Quanah Gibson-Mount <quanah.gibsonmount@gmail.com> | 2016-08-30 14:33:07 -0700 |
|---|---|---|
| committer | Quanah Gibson-Mount <quanah.gibsonmount@gmail.com> | 2016-08-30 14:59:28 -0700 |
| commit | 1d5ba65f3dfc498fbbfac7e00b6e434022816eaf (patch) | |
| tree | bd02cc8f6b8f4e232da351a883657e269c154e85 /src/daemon/command_server.cpp | |
| parent | c3ba844f03a88bbf6b2624f719f5cb9184a07445 (diff) | |
| download | monzero-core-1d5ba65f3dfc498fbbfac7e00b6e434022816eaf.tar.gz monzero-core-1d5ba65f3dfc498fbbfac7e00b6e434022816eaf.tar.xz monzero-core-1d5ba65f3dfc498fbbfac7e00b6e434022816eaf.zip | |
Fix incorrect help usage for the threads option to start_mining
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 aabc2f09a..ce8ac44fc 100644 --- a/src/daemon/command_server.cpp +++ b/src/daemon/command_server.cpp @@ -92,7 +92,7 @@ t_command_server::t_command_server( m_command_lookup.set_handler( "start_mining" , std::bind(&t_command_parser_executor::start_mining, &m_parser, p::_1) - , "Start mining for specified address, start_mining <addr> [threads=1]" + , "Start mining for specified address, start_mining <addr> [<threads>], default 1 thread" ); m_command_lookup.set_handler( "stop_mining" |
