mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 14:59:39 -04:00
doc: add bitcoin-util man description
This commit is contained in:
parent
a7bf80f3a2
commit
40b82e3ab0
1 changed files with 4 additions and 1 deletions
|
@ -58,7 +58,10 @@ static int AppInitUtil(ArgsManager& args, int argc, char* argv[])
|
||||||
strUsage += FormatParagraph(LicenseInfo());
|
strUsage += FormatParagraph(LicenseInfo());
|
||||||
} else {
|
} else {
|
||||||
strUsage += "\n"
|
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();
|
strUsage += "\n" + args.GetHelpMessage();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue