mirror of
https://github.com/monero-project/monero.git
synced 2024-12-23 12:09:54 +00:00
Merge pull request #3666
5ef4bf05
simplewallet: fix help message of sign_transfer (stoffu)
This commit is contained in:
commit
57a1bcb6b9
1 changed files with 2 additions and 2 deletions
|
@ -2081,8 +2081,8 @@ simple_wallet::simple_wallet()
|
|||
tr("Donate <amount> to the development team (donate.getmonero.org)."));
|
||||
m_cmd_binder.set_handler("sign_transfer",
|
||||
boost::bind(&simple_wallet::sign_transfer, this, _1),
|
||||
tr("sign_transfer <file>"),
|
||||
tr("Sign a transaction from a <file>."));
|
||||
tr("sign_transfer [export]"),
|
||||
tr("Sign a transaction from a file."));
|
||||
m_cmd_binder.set_handler("submit_transfer",
|
||||
boost::bind(&simple_wallet::submit_transfer, this, _1),
|
||||
tr("Submit a signed transaction from a file."));
|
||||
|
|
Loading…
Reference in a new issue