Skip to content

Commit 40b82e3

Browse files
committed
doc: add bitcoin-util man description
1 parent a7bf80f commit 40b82e3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/bitcoin-util.cpp

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ static int AppInitUtil(ArgsManager& args, int argc, char* argv[])
5858
strUsage += FormatParagraph(LicenseInfo());
5959
} else {
6060
strUsage += "\n"
61-
"Usage: bitcoin-util [options] [commands] Do stuff\n";
61+
"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"
62+
"\n"
63+
"Usage: bitcoin-util [options] [command]\n"
64+
"or: bitcoin-util [options] grind <hex-block-header>\n";
6265
strUsage += "\n" + args.GetHelpMessage();
6366
}
6467

0 commit comments

Comments
 (0)