Commit cadf6fc1 authored by Robert Shearman's avatar Robert Shearman Committed by Alexandre Julliard

Accept '-v' flag.

parent db226a80
......@@ -208,7 +208,7 @@ int main(int argc, char **argv)
const char* input_file_name = 0;
const char* specific_file_name = 0;
while((optc = getopt(argc, argv, "axi:o:fh")) != EOF)
while((optc = getopt(argc, argv, "axi:o:fhv")) != EOF)
{
switch(optc)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment