Skip to content

Commit

Permalink
fix usage output to use the correct naming (#1331)
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoeldner authored Jan 17, 2024
1 parent 75ed61c commit 8ebacb5
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
Expand Up @@ -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"
]

Expand Down

0 comments on commit 8ebacb5

Please sign in to comment.