Skip to content

Commit

Permalink
removed flag printdefault()
Browse files Browse the repository at this point in the history
  • Loading branch information
rudSarkar committed Aug 21, 2022
1 parent 3e77935 commit 7c852de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion helper/options/flags.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ func ParseOptions() *Options {
flag.StringVar(&options.Host, "h", "", "Single host")

flag.Parse()
flag.PrintDefaults()
//flag.PrintDefaults()

return options
}

0 comments on commit 7c852de

Please sign in to comment.