cmd/revid-cli: send-retry cmd line flag is now retry

This commit is contained in:
saxon 2019-02-08 18:19:44 +10:30
parent c5d93b53d5
commit 5090056972
1 changed files with 1 additions and 1 deletions

View File

@ -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