aboutsummaryrefslogtreecommitdiffstats
path: root/configure.py
diff options
context:
space:
mode:
authorJack Lloyd <[email protected]>2017-01-24 06:53:08 -0500
committerJack Lloyd <[email protected]>2017-01-24 06:53:08 -0500
commitb49eaee216142ad6eab5ad437aea44b7897baf84 (patch)
treeb21bf52fdbd57698b4b8278f08cd96499c26a2b2 /configure.py
parent0040b939829abdfdc085ea64fba8eb8b4d8c48f0 (diff)
Complete the rename of Python wrapper
Where referenced in CI scripts, docs and such
Diffstat (limited to 'configure.py')
-rwxr-xr-xconfigure.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure.py b/configure.py
index 7559f75ec..8e2d30510 100755
--- a/configure.py
+++ b/configure.py
@@ -376,7 +376,7 @@ def process_command_line(args):
build_group.add_option('--with-python-versions', dest='python_version',
metavar='N.M',
default='%d.%d' % (sys.version_info[0], sys.version_info[1]),
- help='where to install botan.py (def %default)')
+ help='where to install botan2.py (def %default)')
build_group.add_option('--with-valgrind', help='use valgrind API',
dest='with_valgrind', action='store_true', default=False)