From b42ded920318a71d6485ed2614dc571e93fc182d Mon Sep 17 00:00:00 2001 From: levy Date: Thu, 31 Dec 2020 16:11:37 +0800 Subject: [PATCH] fix --- src/http/builtin_http_calls.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/http/builtin_http_calls.cpp b/src/http/builtin_http_calls.cpp index d4bd378011..2b5bfffb7b 100644 --- a/src/http/builtin_http_calls.cpp +++ b/src/http/builtin_http_calls.cpp @@ -80,7 +80,7 @@ namespace dsn { register_http_call("config") .with_callback([](const http_request &req, http_response &resp) { get_config(req, resp); }) - .with_help("get the value of a config"); + .with_help("get the details of a config"); register_http_call("configs") .with_callback(