aboutsummaryrefslogtreecommitdiff
path: root/src/daemon/command_server.h
diff options
context:
space:
mode:
authorCifrado <hello@cifrado.me>2017-11-22 13:53:18 +0100
committerCifrado <hello@cifrado.me>2017-11-26 10:37:37 +0100
commit287dde63d8f67c56b08c67b7a93ef7e58a157be1 (patch)
treefe3a994bad13aa18590bbe15a5ffa72a417efe9f /src/daemon/command_server.h
parentMerge pull request #2827 (diff)
downloadmonero-287dde63d8f67c56b08c67b7a93ef7e58a157be1.tar.xz
Added command descriptions
Diffstat (limited to 'src/daemon/command_server.h')
-rw-r--r--src/daemon/command_server.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/daemon/command_server.h b/src/daemon/command_server.h
index 476b75141..2ad277f4a 100644
--- a/src/daemon/command_server.h
+++ b/src/daemon/command_server.h
@@ -73,6 +73,7 @@ private:
bool help(const std::vector<std::string>& args);
std::string get_commands_str();
+ std::string get_command_usage(const std::vector<std::string> &args);
};
} // namespace daemonize