From f5804d7dd612892bc1a42c1b6bf2e70c19a9e46d Mon Sep 17 00:00:00 2001 From: Martin Pulec Date: Mon, 25 May 2020 13:59:55 +0200 Subject: [PATCH] Testcard: fixed help --- src/video_capture/testcard.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/video_capture/testcard.cpp b/src/video_capture/testcard.cpp index 8aa0f41b8..9ad6242a9 100644 --- a/src/video_capture/testcard.cpp +++ b/src/video_capture/testcard.cpp @@ -309,7 +309,7 @@ static int vidcap_testcard_init(struct vidcap_params *params, void **state) if (vidcap_params_get_fmt(params) == NULL || strcmp(vidcap_params_get_fmt(params), "help") == 0) { printf("testcard options:\n"); - printf("\t-t testcard::::[:filename=][:p][:s=x][:i|:sf][:still][:pattern=bars|blank|noise|0x]\n"); + printf("\t-t testcard::::[:filename=][:p][:s=x][:i|:sf][:still][:pattern=bars|blank|noise|0x]\n"); printf("\t - use file named filename instead of default bars\n"); printf("\tp - pan with frame\n"); printf("\ts - split the frames into XxY separate tiles\n");