From dc6f04b3e6bdefa74153d00ffa13b97276ffdaf4 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jesper=20St=C3=A6rk=C3=A6r?= Date: Sun, 10 Jul 2016 14:57:39 +0200 Subject: [PATCH] Removed a parameter from the "data retrieve" documentation. [data:string] is never used as the second parameter, and probably copied over from "data store" by mistake --- protocol/amcp/AMCPCommandsImpl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/protocol/amcp/AMCPCommandsImpl.cpp b/protocol/amcp/AMCPCommandsImpl.cpp index d835be739..710977ec6 100644 --- a/protocol/amcp/AMCPCommandsImpl.cpp +++ b/protocol/amcp/AMCPCommandsImpl.cpp @@ -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"); -- 2.39.2