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