From b1b77784395efd74fbe99f15334213e274f24892 Mon Sep 17 00:00:00 2001 From: willcl-ark Date: Wed, 20 Mar 2024 23:12:02 +0000 Subject: [PATCH] doc: add bitcoin-util man description --- src/bitcoin-util.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/bitcoin-util.cpp b/src/bitcoin-util.cpp index 96387e8c71e8a4..94bd39236f0ec0 100644 --- a/src/bitcoin-util.cpp +++ b/src/bitcoin-util.cpp @@ -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(); }