Skip to content

Commit c9e7499

Browse files
Update cardano-cli/src/Cardano/CLI/EraBased/Options/Query.hs
Co-authored-by: Clément Hurlin <[email protected]>
1 parent 17bab10 commit c9e7499

File tree

1 file changed

+1
-1
lines changed
  • cardano-cli/src/Cardano/CLI/EraBased/Options

1 file changed

+1
-1
lines changed

cardano-cli/src/Cardano/CLI/EraBased/Options/Query.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ pQueryFuturePParamsCmd era envCli = do
507507
pure $
508508
subParser "future-pparams" $
509509
Opt.info (QueryFuturePParamsCmd <$> pQueryNoArgCmdArgs w envCli) $
510-
Opt.progDesc "Get the protocol parameters that apply at the next epoch"
510+
Opt.progDesc "Get the protocol parameters that will apply at the next epoch"
511511

512512
-- TODO Conway: DRep State and DRep Stake Distribution parsers use DRep keys to obtain DRep credentials. This only
513513
-- makes use of 'KeyHashObj' constructor of 'Credential kr c'. Should we also support here 'ScriptHashObj'?

0 commit comments

Comments
 (0)