diff options
| author | MarcoFalke <[email protected]> | 2019-02-06 13:57:52 -0500 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2019-02-06 14:16:43 -0500 |
| commit | a99999cc04c2e7d79bb841fd954c84e985ed3b88 (patch) | |
| tree | 4e32156106ce44a6e47805a9b7c6d8ebc7514460 /doc/man | |
| parent | Merge #15354: doc: Add missing bitcoin-wallet tool manpages (diff) | |
| download | discoin-a99999cc04c2e7d79bb841fd954c84e985ed3b88.tar.xz discoin-a99999cc04c2e7d79bb841fd954c84e985ed3b88.zip | |
util: Add SetupHelpOptions()
Diffstat (limited to 'doc/man')
| -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 |