wallet-cli: Minor improvement to help output
This commit is contained in:
parent
ab594cfee9
commit
525975acc4
1 changed files with 4 additions and 2 deletions
|
@ -149,8 +149,10 @@ namespace wallet_args
|
||||||
|
|
||||||
if (command_line::get_arg(vm, command_line::arg_help))
|
if (command_line::get_arg(vm, command_line::arg_help))
|
||||||
{
|
{
|
||||||
tools::msg_writer() << "Monero '" << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL << ")";
|
tools::msg_writer() << "Monero '" << MONERO_RELEASE_NAME << "' (v" << MONERO_VERSION_FULL << ")" << ENDL;
|
||||||
tools::msg_writer() << wallet_args::tr("Usage:") << ' ' << usage;
|
tools::msg_writer() << wallet_args::tr("This is the command line monero wallet. It needs to connect to a monero\n"
|
||||||
|
"daemon to work correctly.") << ENDL;
|
||||||
|
tools::msg_writer() << wallet_args::tr("Usage:") << ENDL << " " << usage;
|
||||||
tools::msg_writer() << desc_all;
|
tools::msg_writer() << desc_all;
|
||||||
return boost::none;
|
return boost::none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue