]> git.sesse.net Git - casparcg/commitdiff
Removed a parameter from the "data retrieve" documentation. [data:string] is never...
authorJesper Stærkær <jesper@starkar.no>
Sun, 10 Jul 2016 12:57:39 +0000 (14:57 +0200)
committerJesper Stærkær <jesper@starkar.no>
Sun, 10 Jul 2016 12:57:39 +0000 (14:57 +0200)
protocol/amcp/AMCPCommandsImpl.cpp

index d835be7398f081c2cf36f027ae8c066123b3446c..710977ec666156b916071f7e65ccd74a8f44b4ad 100644 (file)
@@ -818,7 +818,7 @@ std::wstring data_store_command(command_context& ctx)
 void data_retrieve_describer(core::help_sink& sink, const core::help_repository& repo)
 {
        sink.short_description(L"Retrieve a dataset.");
-       sink.syntax(L"DATA RETRIEVE [name:string] [data:string]");
+       sink.syntax(L"DATA RETRIEVE [name:string]");
        sink.para()->text(L"Returns the data saved under the name ")->code(L"name")->text(L".");
        sink.para()->text(L"Examples:");
        sink.example(L">> DATA RETRIEVE my_data");