From 540200bd0a617f13118e8e85c83d87c038131bb5 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Thu, 4 May 2017 14:45:32 -0700 Subject: [PATCH] validate: drop superfluous whitespace from cmd description --- validate/tools/gst-validate-images-check.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/validate/tools/gst-validate-images-check.c b/validate/tools/gst-validate-images-check.c index 4203aaf49a..4849f283fe 100644 --- a/validate/tools/gst-validate-images-check.c +++ b/validate/tools/gst-validate-images-check.c @@ -66,7 +66,7 @@ main (int argc, char **argv) ctx = g_option_context_new ("/reference/file/path /compared/file/path"); 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" " min-avg-similarity, it will consider the images similar enough" " or report critical issues in the GstValidate reporting system");