Skip to content
Snippets Groups Projects
Commit 956c43ef authored by Ludovico de Nittis's avatar Ludovico de Nittis
Browse files

check-va-api: Print the available options in the helper output


This was missing which options where allowed to be used.

Signed-off-by: default avatarLudovico de Nittis <ludovico.denittis@collabora.com>
parent 496ecbd5
No related branches found
No related tags found
1 merge request!459check-va-api: Print the available options in the helper output
Pipeline #28362 passed
......@@ -157,6 +157,10 @@ usage (int code)
fprintf (fp, "Usage: %s [OPTIONS]\n",
program_invocation_short_name);
fprintf (fp, "Options:\n");
fprintf (fp, "--help\t\tShow this help and exit\n");
fprintf (fp, "--verbose\tBe more verbose\n");
fprintf (fp, "--version\tShow version and exit\n");
exit (code);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment