Merge f842d0801e into merged_master (Bitcoin PR bitcoin/bitcoin#29686)

This commit is contained in:
ivanlele 2026-04-02 14:10:47 +00:00
commit e5db086bce
No known key found for this signature in database
6 changed files with 39 additions and 17 deletions

View file

@ -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();
}