fixed small typo in wallet import command

This commit is contained in:
dan-klasson 2018-01-09 12:02:07 +07:00 committed by androm3da
commit b2c71c216a

View file

@ -3301,7 +3301,7 @@ bool rai::handle_node_options (boost::program_options::variables_map & vm)
}
else
{
std::cerr << "wallet_destroy requires one <wallet> option\n";
std::cerr << "wallet_import requires one <wallet> option\n";
result = true;
}
}