Skip to content

Commit

Permalink
Fix help text header typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Dec 7, 2023
1 parent 6dea4b6 commit db25114
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion marlowe-chain-sync/marlowe-chain-sync/Options.hs
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ parseOptions defaultNetworkId defaultSocketPath defaultDatabaseUri defaultHost d
mconcat
[ O.fullDesc
, O.progDescDoc $ Just description
, O.header "marlowe-chain-indexer: Chain query and sync server for the Marlowe Runtime."
, O.header "marlowe-chain-sync: Chain query and sync server for the Marlowe Runtime."
]

description :: Doc ann
Expand Down
2 changes: 1 addition & 1 deletion marlowe-runtime/marlowe-contract/Main.hs
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ getOptions = do
mconcat
[ fullDesc
, progDescDoc $ Just description
, header "marlowe-tx: Transaction creation server for the Marlowe Runtime."
, header "marlowe-contract: Contract storage service for the Marlowe Runtime."
]

description :: Doc ann
Expand Down

0 comments on commit db25114

Please sign in to comment.