Skip to content

Commit

Permalink
Remove redundant flag.Usage code
Browse files Browse the repository at this point in the history
(thanks to Uriel on #go-nuts)
  • Loading branch information
abh committed Aug 28, 2012
1 parent db25a13 commit af59253
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions geodns.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ func main() {

log.SetPrefix("geodns ")
log.SetFlags(log.Lmicroseconds | log.Lshortfile)

flag.Usage = func() {
flag.PrintDefaults()
}
flag.Parse()

dirName := "dns"
Expand Down

0 comments on commit af59253

Please sign in to comment.