validate: fix mention to nonexistent option
authorReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 24 Feb 2017 22:40:25 +0000 (14:40 -0800)
committerReynaldo H. Verdejo Pinochet <reynaldo@osg.samsung.com>
Fri, 24 Feb 2017 23:59:33 +0000 (15:59 -0800)
validate/tools/gst-validate-transcoding.c
validate/tools/gst-validate.c

index 126dc7ac43dc23b89cf0b6a76c9d811f19bd6a4c..7fdf1a3018649acf825c4762de2296e79e473f31 100644 (file)
@@ -742,7 +742,7 @@ main (int argc, gchar ** argv)
         NULL},
     {"scenarios-defs-output-file", '\0', 0, G_OPTION_ARG_FILENAME,
           &output_file, "The output file to store scenarios details. "
-          "Implies --list-scenario",
+          "Implies --list-scenarios",
         NULL},
     {"force-reencoding", 'r', 0, G_OPTION_ARG_NONE, &force_reencoding,
         "Whether to try to force reencoding, meaning trying to only remux "
index f0d2f572eb3991e6611f24d3b4f1259fd466ac5f..fec559d48ea18b94271650b378dcb5869e557c35 100644 (file)
@@ -308,7 +308,7 @@ main (int argc, gchar ** argv)
         "List the available scenarios that can be run", NULL},
     {"scenarios-defs-output-file", '\0', 0, G_OPTION_ARG_FILENAME,
           &output_file, "The output file to store scenarios details. "
-          "Implies --list-scenario",
+          "Implies --list-scenarios",
         NULL},
     {"inspect-action-type", 't', 0, G_OPTION_ARG_NONE, &inspect_action_type,
           "Inspect the available action types with which to write scenarios."