diff options
Diffstat (limited to 'gr-utils/modtool/cli/bind.py')
-rw-r--r-- | gr-utils/modtool/cli/bind.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gr-utils/modtool/cli/bind.py b/gr-utils/modtool/cli/bind.py index 2ffeb36460..9ff401dc6d 100644 --- a/gr-utils/modtool/cli/bind.py +++ b/gr-utils/modtool/cli/bind.py @@ -32,6 +32,9 @@ from .base import common_params, block_name, run, cli_input help = 'Comma separated list of additional include directories (default None)') @click.option('-D', '--define_symbols', multiple=True, default=None, help = 'Set precompiler defines') +@click.option('-u', '--update-hash-only', is_flag = True, + help = 'If given, only the hash in the binding will be updated') + @common_params @block_name def cli(**kwargs): |