From 6a22ac1673c4b4b0315be8a6f543da013bc4de6e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jesper=20St=C3=A6rk=C3=A6r?= Date: Sun, 10 Jul 2016 14:04:30 +0200 Subject: [PATCH] Added missing documentation to version_describer. Solves #437. --- protocol/amcp/AMCPCommandsImpl.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/protocol/amcp/AMCPCommandsImpl.cpp b/protocol/amcp/AMCPCommandsImpl.cpp index d4f311f5a..d835be739 100644 --- a/protocol/amcp/AMCPCommandsImpl.cpp +++ b/protocol/amcp/AMCPCommandsImpl.cpp @@ -2300,6 +2300,14 @@ void version_describer(core::help_sink& sink, const core::help_repository& repo) L">> VERSION FLASH\n" L"<< 201 VERSION OK\n" L"<< 11.8.800.94"); + sink.example( + L">> VERSION TEMPLATEHOST\n" + L"<< 201 VERSION OK\n" + L"<< unknown"); + sink.example( + L">> VERSION CEF\n" + L"<< 201 VERSION OK\n" + L"<< 3.1750.1805"); } std::wstring version_command(command_context& ctx) -- 2.39.2