From 14a9dab3463887808ffcdfe9907f779129f1f7b1 Mon Sep 17 00:00:00 2001 From: "Reynaldo H. Verdejo Pinochet" Date: Thu, 9 Jun 2016 13:57:33 -0700 Subject: [PATCH] validate: improve run-time option descriptions --- validate/tools/gst-validate.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/validate/tools/gst-validate.c b/validate/tools/gst-validate.c index e77f822e26..f78935227c 100644 --- a/validate/tools/gst-validate.c +++ b/validate/tools/gst-validate.c @@ -440,15 +440,15 @@ main (int argc, gchar ** argv) " or the name of the scenario (name of the file without the" " '.scenario' extension).", NULL}, {"list-scenarios", 'l', 0, G_OPTION_ARG_NONE, &list_scenarios, - "List the avalaible scenarios that can be run", NULL}, + "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", NULL}, {"inspect-action-type", 't', 0, G_OPTION_ARG_NONE, &inspect_action_type, - "Inspect the avalaible action types with which to write scenarios" - " if no parameter passed, it will list all avalaible action types" - " otherwize will print the full description of the wanted types", + "Inspect the available action types with which to write scenarios." + " Specify an action type if you want its full description." + " If no action type is given the full list of available ones gets printed.", NULL}, {"set-media-info", '\0', 0, G_OPTION_ARG_FILENAME, &media_info, "Set a media_info XML file descriptor to share information about the"