mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Merge f842d0801e into merged_master (Bitcoin PR bitcoin/bitcoin#29686)
This commit is contained in:
commit
e5db086bce
6 changed files with 39 additions and 17 deletions
|
|
@ -58,7 +58,10 @@ static int AppInitUtil(ArgsManager& args, int argc, char* argv[])
|
|||
strUsage += FormatParagraph(LicenseInfo());
|
||||
} else {
|
||||
strUsage += "\n"
|
||||
"Usage: bitcoin-util [options] [commands] Do stuff\n";
|
||||
"The bitcoin-util tool provides bitcoin related functionality that does not rely on the ability to access a running node. Available [commands] are listed below.\n"
|
||||
"\n"
|
||||
"Usage: bitcoin-util [options] [command]\n"
|
||||
"or: bitcoin-util [options] grind <hex-block-header>\n";
|
||||
strUsage += "\n" + args.GetHelpMessage();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue