forked from TrueCloudLab/frostfs-node
[#1034] Add shorthand for generate-key flag
Signed-off-by: Stanislav Bogatyrev <stanislav@nspcc.ru>
This commit is contained in:
parent
b705f9460b
commit
bd4d17ef9e
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const (
|
|||
// Common CLI flag keys, shorthands, default
|
||||
// values and their usage descriptions.
|
||||
generateKey = "generate-key"
|
||||
generateKeyShorthand = ""
|
||||
generateKeyShorthand = "g"
|
||||
generateKeyDefault = false
|
||||
generateKeyUsage = "generate new private key"
|
||||
|
||||
|
|
Loading…
Reference in a new issue