mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-06-04 18:22:57 +02:00
Merge #15358: util: Add SetupHelpOptions()
a99999cc04 util: Add SetupHelpOptions() (MarcoFalke)
Pull request description:
Every binary we have sets up the help option in their own way and wording.
Solve that by having one function take care of it for all of them.
Tree-SHA512: 6e947fa8bc2a46fa6ca9f45777020aa269a5df0dd916ebc863224f9a1e0f79e8e7754a1478567307edd9461e8babd77d26bc2710bbd56e8f8da9020aa85a8c9c
This commit is contained in:
@@ -20,7 +20,7 @@ Bitcoin Core RPC client version v0.17.99.0
|
||||
.HP
|
||||
\-?
|
||||
.IP
|
||||
This help message
|
||||
Print this help message and exit
|
||||
.HP
|
||||
\fB\-conf=\fR<file>
|
||||
.IP
|
||||
|
||||
@@ -14,7 +14,7 @@ Bitcoin Core bitcoin\-tx utility version v0.17.99.0
|
||||
.HP
|
||||
\-?
|
||||
.IP
|
||||
This help message
|
||||
Print this help message and exit
|
||||
.HP
|
||||
\fB\-create\fR
|
||||
.IP
|
||||
|
||||
@@ -15,7 +15,7 @@ bitcoin\-wallet [options] <command>
|
||||
.HP
|
||||
\-?
|
||||
.IP
|
||||
This help message
|
||||
Print this help message and exit
|
||||
.HP
|
||||
\fB\-datadir=\fR<dir>
|
||||
.IP
|
||||
|
||||
Reference in New Issue
Block a user