mirror of
https://github.com/buger/goreplay.git
synced 2024-04-21 12:32:02 +00:00
Updated flag name
This commit is contained in:
@@ -168,5 +168,5 @@ func init() {
|
||||
|
||||
flag.IntVar(&settings.limit, "l", defaultLimit, "limit number for requests per second. It will start dropping packets.")
|
||||
|
||||
flag.StringVar(&settings.address, "h", defaultAddress, "http address to forward traffic ")
|
||||
flag.StringVar(&settings.address, "f", defaultAddress, "http address to forward traffic ")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user