Skip to content

Commit c24a73f

Browse files
committed
docs: typo in pact-verifier help string: PUT -> POST for --provider-states-setup-url
1 parent 4cdabd1 commit c24a73f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pact/cli/verify.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
' the given provider API.') # Remove in major version 1.0.0
3434
@click.option(
3535
'states_setup_url', '--provider-states-setup-url',
36-
help='URL to send PUT requests to setup a given provider state.')
36+
help='URL to send POST requests to setup a given provider state.')
3737
@click.option(
3838
'username', '--pact-broker-username',
3939
envvar='PACT_BROKER_USERNAME',

0 commit comments

Comments
 (0)