From 287dde63d8f67c56b08c67b7a93ef7e58a157be1 Mon Sep 17 00:00:00 2001 From: Cifrado Date: Wed, 22 Nov 2017 13:53:18 +0100 Subject: Added command descriptions --- 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 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& args); std::string get_commands_str(); + std::string get_command_usage(const std::vector &args); }; } // namespace daemonize -- cgit v1.2.3