Fix parameter description
This commit is contained in:
parent
66038355fa
commit
7b8fdd2913
2
main.go
2
main.go
|
@ -257,7 +257,7 @@ func main() {
|
|||
flag.StringVar(&dbf, "d", "", "Database file")
|
||||
flag.StringVar(&sentry, "e", "", "Select entry")
|
||||
flag.BoolVar(&firefox, "f", false, "Get tokens from Firefox Authenticator Extension module")
|
||||
flag.StringVar(&passwd, "p", "", "Database file")
|
||||
flag.StringVar(&passwd, "p", "", "Database password")
|
||||
flag.Parse()
|
||||
|
||||
if firefox || dbf != "" {
|
||||
|
|
Loading…
Reference in New Issue
Block a user