Skip to content

Commit

Permalink
Update help text for polygon endpoint cli option.
Browse files Browse the repository at this point in the history
  • Loading branch information
derekpierre committed Nov 17, 2023
1 parent 59d12d9 commit 64c507d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion porter/cli/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ def porter_cli():
@click.option(
"--polygon-endpoint",
"polygon_endpoint",
help="Connection URL for PRE payment method",
help="Connection URL for Polygon chain",
type=click.STRING,
required=True,
)
Expand Down

0 comments on commit 64c507d

Please sign in to comment.