Skip to content

Commit

Permalink
fix usage output to use the correct naming
Browse files Browse the repository at this point in the history
rsoeldner committed Jan 16, 2024
1 parent 75ed61c commit f278f28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Pact/Server/Server.hs
Original file line number Diff line number Diff line change
@@ -90,7 +90,8 @@ usage = unlines
, "entity - Entity name for simulating privacy, defaults to \"entity\""
, "gasLimit - Gas limit for each transaction, defaults to 0"
, "gasRate - Gas price per action, defaults to 0"
, "flags - Pact runtime execution flags"
, "execConfig - Pact runtime execution flags"
, "verbose - Output additional information"
, "\n"
]

0 comments on commit f278f28

Please sign in to comment.