aboutsummaryrefslogtreecommitdiff
path: root/contrib/devtools/README.md
diff options
context:
space:
mode:
authorlaanwj <126646+laanwj@users.noreply.github.com>2022-02-04 16:23:53 +0100
committerlaanwj <126646+laanwj@users.noreply.github.com>2022-02-04 17:03:31 +0100
commit42c202893b879d1bda54624d44c90b28143fc167 (patch)
treeec742c6b93c9efb452b99b511ae9fe6485243f76 /contrib/devtools/README.md
parenta5edd191be93aff8f9c0f60f04e711e2e78ecc77 (diff)
downloadbitcoin-42c202893b879d1bda54624d44c90b28143fc167.tar.xz
doc: Fix gen-manpages, rewrite in Python
Rewrite the manual page generation script in Python. This: - Solves '-' stripping issue (fixes #22681) - Makes that copyright footer is generated again
Diffstat (limited to 'contrib/devtools/README.md')
-rw-r--r--contrib/devtools/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/devtools/README.md b/contrib/devtools/README.md
index afbad096c4..79b0134adc 100644
--- a/contrib/devtools/README.md
+++ b/contrib/devtools/README.md
@@ -76,7 +76,7 @@ year rather than two hyphenated years.
If the file already has a copyright for `The Bitcoin Core developers`, the
script will exit.
-gen-manpages.sh
+gen-manpages.py
===============
A small script to automatically create manpages in ../../doc/man by running the release binaries with the -help option.
@@ -87,7 +87,7 @@ repostitory. To use this tool with out-of-tree builds set `BUILDDIR`. For
example:
```bash
-BUILDDIR=$PWD/build contrib/devtools/gen-manpages.sh
+BUILDDIR=$PWD/build contrib/devtools/gen-manpages.py
```
security-check.py and test-security-check.py