From 2f357521aee4d05f26e7c7e5c4915c95785a03c0 Mon Sep 17 00:00:00 2001 From: Just Wonder Date: Thu, 7 Nov 2019 09:00:12 -0800 Subject: [PATCH] Fixed typo. keva_list_namespace should be keva_list_namespaces in the output of help. --- src/wallet/rpckeva.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/wallet/rpckeva.cpp b/src/wallet/rpckeva.cpp index c4284a2d1..2ad540b91 100644 --- a/src/wallet/rpckeva.cpp +++ b/src/wallet/rpckeva.cpp @@ -114,7 +114,7 @@ UniValue keva_list_namespaces(const JSONRPCRequest& request) if (request.fHelp) throw std::runtime_error ( - "keva_list_namespace\n" + "keva_list_namespaces\n" "\nList all namespaces.\n" + HelpRequiringPassphrase(pwallet) + "\nArguments:\n" @@ -124,7 +124,7 @@ UniValue keva_list_namespaces(const JSONRPCRequest& request) " ...\n" "]\n" "\nExamples:\n" - + HelpExampleCli("keva_list_namespace", "") + + HelpExampleCli("keva_list_namespaces", "") ); RPCTypeCheck (request.params, {UniValue::VSTR});