Skip to content
Snippets Groups Projects
Commit f8f3f6e7 authored by Simon McVittie's avatar Simon McVittie
Browse files

s-r-s-i: Really add --version option


This was half-implemented in commit ed218ced.

Fixes: ed218ced "Add --version argument to most executables"
Signed-off-by: default avatarSimon McVittie <smcv@collabora.com>
parent f1ad627c
Branches
Tags
1 merge request!95s-r-s-i: Really add --version option
......@@ -139,6 +139,7 @@ struct option long_options[] =
{
{ "expectations", required_argument, NULL, OPTION_EXPECTATION },
{ "verbose", no_argument, NULL, OPTION_VERBOSE },
{ "version", no_argument, NULL, OPTION_VERSION },
{ "help", no_argument, NULL, OPTION_HELP },
{ NULL, 0, NULL, 0 }
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment