mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 03:52:49 +01:00
feat: fix help message - all subcommands support it now!
This commit is contained in:
parent
d3e181f516
commit
68c5da41dc
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user