Skip to content

Commit

Permalink
Update _units.py
Browse files Browse the repository at this point in the history
  • Loading branch information
ddkohler committed Feb 20, 2024
1 parent ba91121 commit f6c2b00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion WrightTools/cli/_units.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@


@click.command(name="convert", help="convert numbers to different units.")
@click.version_option(__wt_version__, package_name="WrightTools")
@click.version_option(__wt_version__, prog_name="WrightTools")
@click.argument("number", type=float, nargs=1)
@click.argument("unit", nargs=1)
@click.argument("destination_unit", default=None, nargs=-1)
Expand Down

0 comments on commit f6c2b00

Please sign in to comment.