mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge f842d0801e into merged_master (Bitcoin PR bitcoin/bitcoin#29686)
This commit is contained in:
commit
e5db086bce
6 changed files with 39 additions and 17 deletions
|
|
@ -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();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue