Skip to content

Commit

Permalink
doc: add bitcoin-util man description
Browse files Browse the repository at this point in the history
  • Loading branch information
willcl-ark committed Mar 21, 2024
1 parent a1fd88b commit b1b7778
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/bitcoin-util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,9 @@ 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 is used to grind proof of work on a hex-formatted bitcoin block header.\n"
"\n"
"Usage: bitcoin-util [options] [commands]\n";
strUsage += "\n" + args.GetHelpMessage();
}

Expand Down

0 comments on commit b1b7778

Please sign in to comment.