mirror of https://bitbucket.org/ausocean/av.git
cmd/revid-cli: send-retry cmd line flag is now retry
This commit is contained in:
parent
c5d93b53d5
commit
5090056972
|
@ -137,7 +137,7 @@ func handleFlags() revid.Config {
|
|||
rtpAddrPtr = flag.String("RtpAddr", "", "Rtp destination address: <IP>:<port> (port is generally 6970-6999)")
|
||||
logPathPtr = flag.String("LogPath", defaultLogPath, "The log path")
|
||||
configFilePtr = flag.String("ConfigFile", "", "NetSender config file")
|
||||
sendRetryPtr = flag.Bool("send-retry", false, "If true, we retry send on a failure, otherwise drop the data.")
|
||||
sendRetryPtr = flag.Bool("retry", false, "Specify whether a failed send should be retried.")
|
||||
)
|
||||
|
||||
var outputs flagStrings
|
||||
|
|
Loading…
Reference in New Issue