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");