mirror of
https://github.com/bitcoin/bitcoin.git
synced 2026-01-20 23:29:12 +01:00
Merge bitcoin/bitcoin#33348: contrib: add bitcoin binary to gen-manpages
53e6db91efcontrib: add placeholder manpage for bitcoin binary (fanquake)f5887a8de4contrib: add bitcoin binary to gen-manpages (fanquake) Pull request description: This was missed in #31375. ACKs for top commit: dergoegge: ACK53e6db91efTree-SHA512: ff283ee02fadb57dbb335425d0348533b1322c6de323020f3ce5b6f01ff958cc731cb2191b8a774cd6a53b462f831e0ee86bbd522283357a6f6121962ef0abf1
This commit is contained in:
@@ -9,6 +9,7 @@ import tempfile
|
||||
import argparse
|
||||
|
||||
BINARIES = [
|
||||
'bin/bitcoin',
|
||||
'bin/bitcoind',
|
||||
'bin/bitcoin-cli',
|
||||
'bin/bitcoin-tx',
|
||||
|
||||
5
doc/man/bitcoin.1
Normal file
5
doc/man/bitcoin.1
Normal file
@@ -0,0 +1,5 @@
|
||||
.TH BITCOIN "1"
|
||||
.SH NAME
|
||||
bitcoin \- manual page for bitcoin
|
||||
|
||||
This is a placeholder file. Please follow the instructions in \fIcontrib/devtools/README.md\fR to generate the manual pages after a release.
|
||||
Reference in New Issue
Block a user