Fix incorrect help usage for the threads option to start_mining

This commit is contained in:
Quanah Gibson-Mount
2016-08-30 14:33:07 -07:00
parent c3ba844f03
commit 1d5ba65f3d
2 changed files with 2 additions and 2 deletions

View File

@@ -225,7 +225,7 @@ bool t_command_parser_executor::start_mining(const std::vector<std::string>& arg
{
if(!args.size())
{
std::cout << "Please specify a wallet address to mine for: start_mining <addr> [threads=1]" << std::endl;
std::cout << "Please specify a wallet address to mine for: start_mining <addr> [<threads>]" << std::endl;
return true;
}