Commit ea8fd45e by Richard Stallman

*** empty log message ***

From-SVN: r1242
parent 2d9f831e
...@@ -4467,9 +4467,9 @@ main (argc, argv) ...@@ -4467,9 +4467,9 @@ main (argc, argv)
while ((c = getopt_long (argc, argv, while ((c = getopt_long (argc, argv,
#ifdef UNPROTOIZE #ifdef UNPROTOIZE
"c:d:i:knNp:qVx:", "c:d:i:knNp:qvVx:",
#else #else
"B:c:Cd:gklnNp:qVx:", "B:c:Cd:gklnNp:qvVx:",
#endif #endif
longopts, &longind)) != EOF) longopts, &longind)) != EOF)
{ {
...@@ -4488,6 +4488,7 @@ main (argc, argv) ...@@ -4488,6 +4488,7 @@ main (argc, argv)
exclude_list = string_list_cons (optarg, exclude_list); exclude_list = string_list_cons (optarg, exclude_list);
break; break;
case 'v':
case 'V': case 'V':
version_flag = 1; version_flag = 1;
break; break;
......
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