Skip to content

Commit

Permalink
Merge pull request tylertreat#46 from specode/master
Browse files Browse the repository at this point in the history
  • Loading branch information
tylertreat committed May 26, 2016
2 parents 49d7d39 + 4f3c5d6 commit a652a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion throttler/throttler.go
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ func setup(t throttler, cfg *Config) {

fmt.Println("Packet rules setup...")
fmt.Printf("Run `%s` to double check\n", t.check())
fmt.Printf("Run `%s --stop` to reset\n", os.Args[0])
fmt.Printf("Run `%s --device %s --stop` to reset\n", os.Args[0], cfg.Device)
}

func teardown(t throttler, cfg *Config) {
Expand Down

0 comments on commit a652a1a

Please sign in to comment.