Skip to content

Commit

Permalink
cardano-testnet: Fix documentation of epoch length parser
Browse files Browse the repository at this point in the history
Signed-off-by: Clément Hurlin <[email protected]>
  • Loading branch information
smelc committed Feb 20, 2024
1 parent 57fada1 commit 3840c86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cardano-testnet/src/Parsers/Cardano.hs
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ optsTestnet envCli = CardanoTestnetOptions
<*> pLegacyCardanoEra envCli
<*> OA.option auto
( OA.long "epoch-length"
<> OA.help "Epoch length"
<> OA.metavar "MILLISECONDS"
<> OA.help "Epoch length, in number of slots"
<> OA.metavar "SLOTS"
<> OA.showDefault
<> OA.value (cardanoEpochLength cardanoDefaultTestnetOptions)
)
Expand Down

0 comments on commit 3840c86

Please sign in to comment.