1
0
Fork 0

Fix parameter description

This commit is contained in:
Arnaud Ysmal 2021-10-03 23:46:09 +02:00
parent 66038355fa
commit 7b8fdd2913
1 changed files with 1 additions and 1 deletions

View File

@ -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 != "" {