diff --git a/porter/cli/main.py b/porter/cli/main.py index 65c5e11..e3fb436 100644 --- a/porter/cli/main.py +++ b/porter/cli/main.py @@ -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, )