fixed small typo in wallet import command
This commit is contained in:
parent
2e3dc398a6
commit
b2c71c216a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue