summaryrefslogtreecommitdiff
path: root/gr-utils/modtool/cli/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'gr-utils/modtool/cli/base.py')
-rw-r--r--gr-utils/modtool/cli/base.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-utils/modtool/cli/base.py b/gr-utils/modtool/cli/base.py
index 3cd0836ad0..2d7de71d53 100644
--- a/gr-utils/modtool/cli/base.py
+++ b/gr-utils/modtool/cli/base.py
@@ -118,8 +118,8 @@ def common_params(func):
help="Base directory of the module. Defaults to the cwd.")
@click.option('--skip-lib', is_flag=True,
help="Don't do anything in the lib/ subdirectory.")
- @click.option('--skip-swig', is_flag=True,
- help="Don't do anything in the swig/ subdirectory.")
+ @click.option('--skip-pybind', is_flag=True,
+ help="Don't do anything in the python/bindings/ subdirectory.")
@click.option('--skip-python', is_flag=True,
help="Don't do anything in the python/ subdirectory.")
@click.option('--skip-grc', is_flag=True,