Skip to content

Commit

Permalink
regression: plot-file -> plot
Browse files Browse the repository at this point in the history
  • Loading branch information
dilawar committed Jul 25, 2024
1 parent f743de6 commit c41a5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plotdigitizer/plotdigitizer.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ def digitize_plot(
] = [],
plot_file: Annotated[
T.Optional[Path],
typer.Option("--plot-file", help="Plot the final result. Requires matplotlib"),
typer.Option("--plot", help="Plot the final result. Requires matplotlib"),
] = None,
output: Annotated[
T.Optional[Path],
Expand Down

0 comments on commit c41a5e6

Please sign in to comment.