summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authormormj <34754695+mormj@users.noreply.github.com>2021-10-22 16:37:09 -0400
committerGitHub <noreply@github.com>2021-10-22 16:37:09 -0400
commitc4f99a8842490d37010ec20cddc63f7cfdc69b6c (patch)
tree053464d10995fdcf869803ca3dd9524a1fcc6946 /docs
parent375b9573c6185f2713a211a087dfbabedeb50c05 (diff)
modtool: ability to fix the hash using modtool
* modtool: bind --update-hash-only command Signed-off-by: Josh Morman <jmorman@gnuradio.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/PYBIND11.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/PYBIND11.md b/docs/PYBIND11.md
index 9c6261d9e6..da9550bb26 100644
--- a/docs/PYBIND11.md
+++ b/docs/PYBIND11.md
@@ -52,7 +52,7 @@ Each block binding file contains an automatically generated and maintained comme
`BINDTOOL_HEADER_FILE`: The header file that bindings are based on, filename only
-`BINDTOOL_HEADER_FILE_HASH`: The MD5 hash of the header file that the bindings are based on. If minor changes are made to the header file that don't require regeneration of the bindings, this hash can just be updated as the value returned from `md5hash [header_filename].h`
+`BINDTOOL_HEADER_FILE_HASH`: The MD5 hash of the header file that the bindings are based on. If minor changes are made to the header file that don't require regeneration of the bindings, this hash can just be updated as the value returned from `md5sum [header_filename].h`
## Workflow