Skip to content

Commit

Permalink
Remove stray baker.
Browse files Browse the repository at this point in the history
Co-authored-by: Danielle Gunter <[email protected]>
  • Loading branch information
abizjak and dg-concordium authored Nov 10, 2023
1 parent df015f8 commit 7b07b94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Concordium/Client/Commands.hs
Original file line number Diff line number Diff line change
Expand Up @@ -1657,7 +1657,7 @@ delegatorCmds =
validatorOrBakerId :: Parser (Maybe BakerId)
validatorOrBakerId = common (internal <> long "baker-id") <|> common (long "validator-id")
where
common props = optional (option auto (props <> metavar "VALIDATORID" <> help "Optionally provide the validator id to be included with generated baker keys."))
common props = optional (option auto (props <> metavar "VALIDATORID" <> help "Optionally provide the validator id to be included with generated validator keys."))

bakerGenerateKeysCmd :: Mod CommandFields BakerCmd
bakerGenerateKeysCmd =
Expand Down

0 comments on commit 7b07b94

Please sign in to comment.