Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
IRMA
Github mirrors
irmago
Commits
07d367e4
Commit
07d367e4
authored
May 17, 2021
by
Sietse Ringers
Browse files
feat: clarify description of --counter flag to irma keyshare keygen
parent
cc61b43a
Changes
1
Hide whitespace changes
Inline
Side-by-side
irma/cmd/keyshare-keygen.go
View file @
07d367e4
...
...
@@ -45,5 +45,5 @@ func init() {
flags
.
SortFlags
=
false
flags
.
StringP
(
"key-file"
,
"k"
,
"storagekey.aes"
,
"File to write key to"
)
flags
.
Uint32P
(
"counter"
,
"c"
,
0
,
"
Set c
ounter
for number
of generated
storage
key
s
"
)
flags
.
Uint32P
(
"counter"
,
"c"
,
0
,
"
C
ounter of generated key"
)
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment