Skip to content

Commit

Permalink
Loki_transform: Use hyphens for options
Browse files Browse the repository at this point in the history
  • Loading branch information
mlange05 committed Dec 19, 2023
1 parent c18749c commit cce987a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/loki_transform.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ def cli(debug):
help='Replace array arguments passed as scalars with arrays.')
@click.option('--derive-argument-array-shape/--no-derive-argument-array-shape', default=False,
help="Recursively derive explicit shape dimension for argument arrays")
@click.option('--eliminate_dead_code/--no-eliminate_dead_code', default=True,
@click.option('--eliminate-dead-code/--no-eliminate-dead-code', default=True,
help='Perform dead code elimination, where unreachable branches are trimmed from the code.')
def convert(
mode, config, build, source, header, cpp, directive, include, define, omni_include, xmod,
Expand Down

0 comments on commit cce987a

Please sign in to comment.