Skip to content

Commit a7bf80f

Browse files
committed
doc: add bitcoin-tx man description
1 parent 3f9a516 commit a7bf80f

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/bitcoin-tx.cpp

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,11 @@ static int AppInitRawTx(int argc, char* argv[])
113113
strUsage += FormatParagraph(LicenseInfo());
114114
} else {
115115
strUsage += "\n"
116-
"Usage: bitcoin-tx [options] <hex-tx> [commands] Update hex-encoded bitcoin transaction\n"
117-
"or: bitcoin-tx [options] -create [commands] Create hex-encoded bitcoin transaction\n"
116+
"The bitcoin-tx tool is used for creating and modifying bitcoin transactions.\n\n"
117+
"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"
118+
"\n"
119+
"Usage: bitcoin-tx [options] <hex-tx> [commands]\n"
120+
"or: bitcoin-tx [options] -create [commands]\n"
118121
"\n";
119122
strUsage += gArgs.GetHelpMessage();
120123
}

0 commit comments

Comments
 (0)