validate: actions: drop needless newline before feature-rank and wait
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 7 Jun 2017 03:56:29 +0000 (20:56 -0700)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Wed, 7 Jun 2017 07:02:54 +0000 (00:02 -0700)
Stale new-lines messed the help output of gst-validate -t

validate/gst/validate/gst-validate-scenario.c

index a43b3e0..243218d 100644 (file)
@@ -4046,7 +4046,7 @@ init_scenarios (void)
         },
         {NULL}
       }),
-      "The 'switch-track' command can be used to switch tracks.\n"
+      "The 'switch-track' command can be used to switch tracks."
       , GST_VALIDATE_ACTION_TYPE_NONE);
 
   REGISTER_ACTION_TYPE ("wait", _execute_wait,
@@ -4085,7 +4085,7 @@ init_scenarios (void)
   REGISTER_ACTION_TYPE ("dot-pipeline", _execute_dot_pipeline, NULL,
       "Dots the pipeline (the 'name' property will be used in the dot filename).\n"
       "For more information have a look at the GST_DEBUG_BIN_TO_DOT_FILE documentation.\n"
-      "Note that the GST_DEBUG_DUMP_DOT_DIR env variable needs to be set\n",
+      "Note that the GST_DEBUG_DUMP_DOT_DIR env variable needs to be set",
       GST_VALIDATE_ACTION_TYPE_NONE);
 
   REGISTER_ACTION_TYPE ("set-feature-rank", _execute_set_rank,