Skip to content

Commit

Permalink
Update cli.py
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry authored Dec 19, 2023
1 parent 7eaa162 commit f3aacde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion perses/app/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def _test_platform(platform_name):
@click.option("--yaml", type=click.Path(path_type=AnyPath), required=True,
help='Input yaml file with simulation parameters and options.')
@click.option("--platform-name", "--platform", type=str, default=None,
help='Platform name to be used during the simulation. (i.e. cuda, OpenCL, CPU, Reference).')
help='Platform name to be used during the simulation. (i.e. CUDA, OpenCL, CPU, Reference).')
@click.option("--override", multiple=True, required=False, default=None,
help='Override specific option using key:value format.')
def cli(yaml, platform_name, override):
Expand Down

0 comments on commit f3aacde

Please sign in to comment.