Skip to content

Commit

Permalink
comments out unused timeout option
Browse files Browse the repository at this point in the history
  • Loading branch information
cbergoon authored and showwin committed Nov 26, 2020
1 parent cb5462d commit e89c2d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion speedtest.go
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import (
var (
showList = kingpin.Flag("list", "Show available speedtest.net servers").Short('l').Bool()
serverIds = kingpin.Flag("server", "Select server id to speedtest").Short('s').Ints()
timeoutOpt = kingpin.Flag("timeout", "Define timeout seconds. Default: 10 sec").Short('t').Int()
//timeoutOpt = kingpin.Flag("timeout", "Define timeout seconds. Default: 10 sec").Short('t').Int()
)

func main() {
Expand Down

0 comments on commit e89c2d5

Please sign in to comment.