diff --git a/src/bitcoin-util.cpp b/src/bitcoin-util.cpp index 657de544b30..c7d10b6622b 100644 --- a/src/bitcoin-util.cpp +++ b/src/bitcoin-util.cpp @@ -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 \n"; strUsage += "\n" + args.GetHelpMessage(); }