diff --git a/src/bitcoin-tx.cpp b/src/bitcoin-tx.cpp index 1aff914792..1561510db8 100644 --- a/src/bitcoin-tx.cpp +++ b/src/bitcoin-tx.cpp @@ -113,8 +113,11 @@ static int AppInitRawTx(int argc, char* argv[]) strUsage += FormatParagraph(LicenseInfo()); } else { strUsage += "\n" - "Usage: bitcoin-tx [options] [commands] Update hex-encoded bitcoin transaction\n" - "or: bitcoin-tx [options] -create [commands] Create hex-encoded bitcoin transaction\n" + "The bitcoin-tx tool is used for creating and modifying bitcoin transactions.\n\n" + "bitcoin-tx can be used with \" [commands]\" to update a hex-encoded bitcoin transaction, or with \"-create [commands]\" to create a hex-encoded bitcoin transaction.\n" + "\n" + "Usage: bitcoin-tx [options] [commands]\n" + "or: bitcoin-tx [options] -create [commands]\n" "\n"; strUsage += gArgs.GetHelpMessage(); }