Skip to content

Commit 15556f3

Browse files
Merge #4674
4674: Update cli's help to indicate that Babbage is the default era r=newhoggy a=Jimbo4350 Resolves #4668 Co-authored-by: Jordan Millar <[email protected]>
2 parents 20ac47f + 061cc55 commit 15556f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: cardano-cli/src/Cardano/CLI/Shelley/Parsers.hs

+2-2
Original file line numberDiff line numberDiff line change
@@ -2072,15 +2072,15 @@ pCardanoEra = asum
20722072
)
20732073
, Opt.flag' (AnyCardanoEra MaryEra)
20742074
( Opt.long "mary-era"
2075-
<> Opt.help "Specify the Mary era (default)"
2075+
<> Opt.help "Specify the Mary era"
20762076
)
20772077
, Opt.flag' (AnyCardanoEra AlonzoEra)
20782078
( Opt.long "alonzo-era"
20792079
<> Opt.help "Specify the Alonzo era"
20802080
)
20812081
, Opt.flag' (AnyCardanoEra BabbageEra)
20822082
( Opt.long "babbage-era"
2083-
<> Opt.help "Specify the Babbage era"
2083+
<> Opt.help "Specify the Babbage era (default)"
20842084
)
20852085
-- Default for now:
20862086
, pure (AnyCardanoEra BabbageEra)

0 commit comments

Comments
 (0)