feat: fix help message - all subcommands support it now!

This commit is contained in:
Konstantin Akimov 2024-07-12 12:22:23 +07:00
parent d3e181f516
commit 68c5da41dc
No known key found for this signature in database
GPG Key ID: 2176C4A5D01EA524

View File

@ -167,7 +167,7 @@ static RPCHelpMan help()
"\nList all commands, or get help for a specified command.\n",
{
{"command", RPCArg::Type::STR, /* default */ "all commands", "The command to get help on"},
{"subcommand", RPCArg::Type::STR, /* default */ "all subcommands", "The subcommand to get help on. Please note that not all subcommands support this at the moment"},
{"subcommand", RPCArg::Type::STR, /* default */ "all subcommands", "The subcommand to get help on."},
},
RPCResult{
RPCResult::Type::STR, "", "The help text"