mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-06-05 15:08:53 +00:00
validate: drop superfluous whitespace from cmd description
This commit is contained in:
parent
e1bf823e0c
commit
540200bd0a
1 changed files with 1 additions and 1 deletions
|
@ -66,7 +66,7 @@ main (int argc, char **argv)
|
||||||
ctx = g_option_context_new ("/reference/file/path /compared/file/path");
|
ctx = g_option_context_new ("/reference/file/path /compared/file/path");
|
||||||
|
|
||||||
g_option_context_set_summary (ctx,
|
g_option_context_set_summary (ctx,
|
||||||
"The gst-validate-images-check calculates SSIM (Structural SIMilarity) "
|
"The gst-validate-images-check calculates SSIM (Structural SIMilarity)"
|
||||||
" index for the images. And according to min-lowest-similarity and"
|
" index for the images. And according to min-lowest-similarity and"
|
||||||
" min-avg-similarity, it will consider the images similar enough"
|
" min-avg-similarity, it will consider the images similar enough"
|
||||||
" or report critical issues in the GstValidate reporting system");
|
" or report critical issues in the GstValidate reporting system");
|
||||||
|
|
Loading…
Reference in a new issue