Skip to content

Commit

Permalink
Use pflag only
Browse files Browse the repository at this point in the history
  • Loading branch information
bzub committed Jul 13, 2017
1 parent 510d18c commit dd7cd65
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions kube-router.go
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
package main

import (
"flag"
"fmt"
"os"

Expand All @@ -16,7 +15,7 @@ func main() {
config.AddFlags(pflag.CommandLine)
pflag.Parse()

flag.Set("logtostderr", "true")
pflag.Set("logtostderr", "true")

if config.HelpRequested {
pflag.Usage()
Expand Down

0 comments on commit dd7cd65

Please sign in to comment.