mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-03-05 14:06:27 -05:00
doc: add bitcoin-tx man description
This commit is contained in:
parent
3f9a516832
commit
a7bf80f3a2
1 changed files with 5 additions and 2 deletions
|
@ -113,8 +113,11 @@ static int AppInitRawTx(int argc, char* argv[])
|
||||||
strUsage += FormatParagraph(LicenseInfo());
|
strUsage += FormatParagraph(LicenseInfo());
|
||||||
} else {
|
} else {
|
||||||
strUsage += "\n"
|
strUsage += "\n"
|
||||||
"Usage: bitcoin-tx [options] <hex-tx> [commands] Update hex-encoded bitcoin transaction\n"
|
"The bitcoin-tx tool is used for creating and modifying bitcoin transactions.\n\n"
|
||||||
"or: bitcoin-tx [options] -create [commands] Create hex-encoded bitcoin transaction\n"
|
"bitcoin-tx can be used with \"<hex-tx> [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] <hex-tx> [commands]\n"
|
||||||
|
"or: bitcoin-tx [options] -create [commands]\n"
|
||||||
"\n";
|
"\n";
|
||||||
strUsage += gArgs.GetHelpMessage();
|
strUsage += gArgs.GetHelpMessage();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue