diff options
| author | Wladimir J. van der Laan <[email protected]> | 2019-02-12 15:09:52 +0100 |
|---|---|---|
| committer | Wladimir J. van der Laan <[email protected]> | 2019-02-12 15:27:39 +0100 |
| commit | 65435701efdafc6b91db542327c57c69386f02eb (patch) | |
| tree | 508819bb668967e3f2f5cab197b572e292a69e9a /doc | |
| parent | Merge #15353: docs: Minor textual improvements in translation_strings_policy.md (diff) | |
| parent | util: Add SetupHelpOptions() (diff) | |
| download | discoin-65435701efdafc6b91db542327c57c69386f02eb.tar.xz discoin-65435701efdafc6b91db542327c57c69386f02eb.zip | |
Merge #15358: util: Add SetupHelpOptions()
a99999cc04c2e7d79bb841fd954c84e985ed3b88 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
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/man/bitcoin-cli.1 | 2 | ||||
| -rw-r--r-- | doc/man/bitcoin-tx.1 | 2 | ||||
| -rw-r--r-- | doc/man/bitcoin-wallet.1 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/doc/man/bitcoin-cli.1 b/doc/man/bitcoin-cli.1 index 355b4d3cc..95c1d24df 100644 --- a/doc/man/bitcoin-cli.1 +++ b/doc/man/bitcoin-cli.1 @@ -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 diff --git a/doc/man/bitcoin-tx.1 b/doc/man/bitcoin-tx.1 index c5d398576..6b6071d9b 100644 --- a/doc/man/bitcoin-tx.1 +++ b/doc/man/bitcoin-tx.1 @@ -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 diff --git a/doc/man/bitcoin-wallet.1 b/doc/man/bitcoin-wallet.1 index 3c4849cca..1cb8cdebc 100644 --- a/doc/man/bitcoin-wallet.1 +++ b/doc/man/bitcoin-wallet.1 @@ -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 |