Skip to content

Commit 4c13424

Browse files
committed
ENH: Reference correct script name in documentation comments.
1 parent 4ef67cd commit 4c13424

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

scripts/dockcross-manylinux-download-cache-and-build-module-wheels.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
# For example,
2020
#
2121
# export ITK_PACKAGE_VERSION="v5.4.0"
22-
# scripts/dockcross-manylinux-build-module-wheels.sh cp39
22+
# export ITKPYTHONPACKAGE_ORG="InsightSoftwareConsortium"
23+
# scripts/dockcross-manylinux-download-cache-and-build-module-wheels cp39
2324
#
2425
# `ITKPYTHONPACKAGE_ORG`: Github organization for fetching ITKPythonPackage build scripts.
2526
#

scripts/macpython-download-cache-and-build-module-wheels.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@
1010
# Versions can be restricted by passing them in as arguments to the script.
1111
# For example,
1212
#
13-
# scripts/macpython-build-module-wheels.sh 3.9 3.11
13+
# scripts/macpython-download-cache-and-build-module-wheels.sh 3.9 3.11
14+
#
1415
# Shared libraries can be included in the wheel by exporting them to DYLD_LIBRARY_PATH before
1516
# running this script.
1617
#
@@ -21,7 +22,6 @@
2122
# For example,
2223
#
2324
# export DYLD_LIBRARY_PATH="/path/to/libs"
24-
# scripts/macpython-build-module-wheels.sh 3.7 3.9
2525
#
2626
# `ITK_PACKAGE_VERSION`: ITKPythonBuilds archive tag to use for ITK build artifacts.
2727
# See https://github.com/InsightSoftwareConsortium/ITKPythonBuilds for available tags.

0 commit comments

Comments
 (0)