Skip to content

Commit 959bab5

Browse files
committed
image_delegate tst image: fix random syntax
+ desribe seed as int - separate patterns from other options
1 parent 7751536 commit 959bab5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/utils/image_delegate.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,10 +324,11 @@ tst_usage()
324324
PRINTF("\nOptions:\n"
325325
"\t- c_<CS> - color space\n"
326326
"\t- p_<PF> - pixel format\n"
327+
"\tpatterns:\n"
327328
"\t- blank - use blank pattern\n"
328329
"\t- gradient - use gradient pattern (default)\n"
329330
"\t- noise - use white noise\n"
330-
"\t- random[=seed] - same as noise, but use deterministic pattern\n"
331+
"\t- random[_<seed>] - same as noise, but use deterministic pattern (seed is int)\n"
331332
);
332333
PRINTF("\nExamples:\n"
333334
"\t- 1920x1080.tst - use FullHD image\n"

0 commit comments

Comments
 (0)