Skip to content

Commit

Permalink
Update args.go
Browse files Browse the repository at this point in the history
  • Loading branch information
chifu1234 authored Oct 30, 2020
1 parent 31789b1 commit ca74349
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/fmcCLI/args.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func args() *Args {
userPtr := flag.String("user", "admin", "API Username")
pwPtr := flag.String("pw", "admin", "Username Password")
fmcCertPtr := flag.String("cert", "", "adding x509 Certificate if client does not trust the fmc certificate")
timeoutPtr := flag.Int("timeout", "60", "timeout")
timeoutPtr := flag.Int("timeout", 60, "timeout")

flag.Parse()
return &Args{
Expand Down

0 comments on commit ca74349

Please sign in to comment.