Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
stana-miric committed Oct 23, 2023
1 parent 70b4548 commit 173b2cd
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions command/secrets/output/secrets_output.go
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,21 @@ func setFlags(cmd *cobra.Command) {
&params.outputBLS,
blsFlag,
false,
"output only the BLS public key "+
"from the provided secrets manager",
"output only the BLS public key from the provided secrets manager",
)

cmd.Flags().BoolVar(
&params.outputNodeID,
nodeIDFlag,
false,
"output only the node id "+
"from the provided secrets manager",
"output only the node id from the provided secrets manager",
)

cmd.Flags().BoolVar(
&params.outputValidator,
validatorFlag,
false,
"output only the validator key address "+
"from the provided secrets manager",
"output only the validator key address from the provided secrets manager",
)

cmd.MarkFlagsMutuallyExclusive(dataDirFlag, configFlag)
Expand Down

0 comments on commit 173b2cd

Please sign in to comment.