Merge f842d0801e into merged_master (Bitcoin PR bitcoin/bitcoin#29686)

This commit is contained in:
ivanlele 2026-04-02 14:10:47 +00:00
commit e5db086bce
No known key found for this signature in database
6 changed files with 39 additions and 17 deletions

View file

@ -116,8 +116,11 @@ static int AppInitRawTx(int argc, char* argv[])
strUsage += FormatParagraph(LicenseInfo());
} else {
strUsage += "\n"
"Usage: elements-tx [options] <hex-tx> [commands] Update hex-encoded Elements transaction\n"
"or: elements-tx [options] -create [commands] Create hex-encoded Elements transaction\n"
"The elements-tx tool is used for creating and modifying Elements transactions.\n\n"
"elements-tx can be used with \"<hex-tx> [commands]\" to update a hex-encoded Elements transaction, or with \"-create [commands]\" to create a hex-encoded Elements transaction.\n"
"\n"
"Usage: elements-tx [options] <hex-tx> [commands]\n"
"or: elements-tx [options] -create [commands]\n"
"\n";
strUsage += gArgs.GetHelpMessage();
}