Skip to content

Commit

Permalink
Update client/keys/show.go
Browse files Browse the repository at this point in the history
Co-authored-by: Aleksandr Bezobchuk <[email protected]>
  • Loading branch information
levisyin and alexanderbez authored Nov 27, 2023
1 parent 327047b commit 79cff12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/keys/show.go
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ consisting of all the keys provided by name and multisig threshold.`,
f.BoolP(FlagPublicKey, "p", false, "Output the public key only (overrides --output)")
f.BoolP(FlagDevice, "d", false, "Output the address in a ledger device")
f.Int(flagMultiSigThreshold, 1, "K out of N required signatures")
f.Bool(flagQRCode, false, "Display keys address QR code, will be ignored if -a or --address is false")
f.Bool(flagQRCode, false, "Display key address QR code (will be ignored if -a or --address is false)")

return cmd
}
Expand Down

0 comments on commit 79cff12

Please sign in to comment.