From d178586d0a76a76c4e561657a2bc8e7e0ce46b3e Mon Sep 17 00:00:00 2001 From: Saxon1 Date: Sat, 5 May 2018 13:17:07 +0930 Subject: [PATCH] added comma --- RevidCLI.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RevidCLI.go b/RevidCLI.go index 925d4c9a..bf3c6aec 100644 --- a/RevidCLI.go +++ b/RevidCLI.go @@ -121,7 +121,7 @@ func main() { {"Timeout", "Http timeout in seconds"}, {"IntraRefreshPeriod", "The IntraRefreshPeriod i.e. how many keyframes we send"}, {"VerticalFlip", "Flip video vertically"}, - {"HorizontalFlip", "Flip video horizontally"} + {"HorizontalFlip", "Flip video horizontally"}, } // Create the configFlags based on the flagNames array