From 7a44de286257162ede1ba7a8a425a90e55f36cb1 Mon Sep 17 00:00:00 2001 From: Fabian Weik Date: Fri, 20 Nov 2020 12:29:32 +0100 Subject: [PATCH] fix typos --- reStream.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reStream.sh b/reStream.sh index 6288af5..2309648 100755 --- a/reStream.sh +++ b/reStream.sh @@ -7,7 +7,7 @@ output_path=- # display output through ffplay format=- # automatic output format webcam=false # not to a webcam measure_throughput=false # measure how fast data is being transferred -window_tile=reStream # stream windoe title is reStream +window_title=reStream # stream window title is reStream # loop through arguments and process them while [ $# -gt 0 ]; do