From fb31167b12caccdac071bdbe5ad58f235cdb82fe Mon Sep 17 00:00:00 2001 From: rbrunner7 Date: Mon, 1 Jun 2020 10:20:59 +0200 Subject: Wallet, daemon: From 'help_advanced' back to 'help', and new 'apropos' command --- src/daemon/command_server.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/daemon/command_server.h') diff --git a/src/daemon/command_server.h b/src/daemon/command_server.h index 946d55b8c..df7198d04 100644 --- a/src/daemon/command_server.h +++ b/src/daemon/command_server.h @@ -73,6 +73,7 @@ public: private: bool help(const std::vector& args); + bool apropos(const std::vector& args); std::string get_commands_str(); std::string get_command_usage(const std::vector &args); -- cgit v1.2.3