validate: drop superfluous whitespace from cmd description
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Thu, 4 May 2017 21:45:32 +0000 (14:45 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Thu, 4 May 2017 21:47:16 +0000 (14:47 -0700)
validate/tools/gst-validate-images-check.c

index 4203aaf..4849f28 100644 (file)
@@ -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");