We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec27187 commit a94ec2dCopy full SHA for a94ec2d
1 file changed
client/keys/show.go
@@ -51,7 +51,7 @@ consisting of all the keys provided by name and multisig threshold.`,
51
f.BoolP(FlagPublicKey, "p", false, "Output the public key only (overrides --output)")
52
f.BoolP(FlagDevice, "d", false, "Output the address in a ledger device")
53
f.Int(flagMultiSigThreshold, 1, "K out of N required signatures")
54
- f.Bool(flagQRCode, false, "Display keys payment QR code, will be ignored if -a or --address is false")
+ f.Bool(flagQRCode, false, "Display keys address QR code, will be ignored if -a or --address is false")
55
56
return cmd
57
}
0 commit comments