simplewallet: fix help message of sign_transfer

This commit is contained in:
stoffu
2018-04-07 22:51:03 +09:00
committed by wowario
parent 8de302627a
commit d3c3efac0c

View File

@@ -2013,8 +2013,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."));