mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-16 13:01:19 +02:00
[doc] HelpExampleCLI should use the right binary name.
This commit is contained in:
parent
e757c31481
commit
9ffa0c67fa
1 changed files with 1 additions and 1 deletions
|
|
@ -521,7 +521,7 @@ std::vector<std::string> CRPCTable::listCommands() const
|
|||
|
||||
std::string HelpExampleCli(const std::string& methodname, const std::string& args)
|
||||
{
|
||||
return "> bitcoin-cli " + methodname + " " + args + "\n";
|
||||
return "> elements-cli " + methodname + " " + args + "\n";
|
||||
}
|
||||
|
||||
std::string HelpExampleRpc(const std::string& methodname, const std::string& args)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue