diff options
author | rbrunner7 <rbrunner@dreamshare.ch> | 2020-06-01 10:20:59 +0200 |
---|---|---|
committer | rbrunner7 <rbrunner@dreamshare.ch> | 2020-07-24 07:12:11 +0200 |
commit | fb31167b12caccdac071bdbe5ad58f235cdb82fe (patch) | |
tree | f4ccd86e7fe5347ce8e9e21a36bdba2d976d2414 /src/simplewallet/simplewallet.h | |
parent | Merge pull request #6586 (diff) | |
download | monero-fb31167b12caccdac071bdbe5ad58f235cdb82fe.tar.xz |
Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command
Diffstat (limited to '')
-rw-r--r-- | src/simplewallet/simplewallet.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/simplewallet/simplewallet.h b/src/simplewallet/simplewallet.h index 5154ff1ef..60aa6c4f6 100644 --- a/src/simplewallet/simplewallet.h +++ b/src/simplewallet/simplewallet.h @@ -154,8 +154,8 @@ namespace cryptonote bool set_persistent_rpc_client_id(const std::vector<std::string> &args = std::vector<std::string>()); bool set_auto_mine_for_rpc_payment_threshold(const std::vector<std::string> &args = std::vector<std::string>()); bool set_credits_target(const std::vector<std::string> &args = std::vector<std::string>()); - bool help_advanced(const std::vector<std::string> &args = std::vector<std::string>()); bool help(const std::vector<std::string> &args = std::vector<std::string>()); + bool apropos(const std::vector<std::string> &args); bool start_mining(const std::vector<std::string> &args); bool stop_mining(const std::vector<std::string> &args); bool set_daemon(const std::vector<std::string> &args); |