X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=protocol%2Famcp%2FAMCPCommandsImpl.cpp;h=d835be7398f081c2cf36f027ae8c066123b3446c;hb=6a22ac1673c4b4b0315be8a6f543da013bc4de6e;hp=d4f311f5a50a66174ca9a911bfcf76b5916ac189;hpb=6fcaa28bd5c747e88368e15cb0d18c14e3449a00;p=casparcg 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)