Change -V to -v for compat with make.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 30 Dec 2019 21:41:17 +0000 (21:41 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 30 Dec 2019 21:59:21 +0000 (21:59 +0000)
src/cmdline.ml

index 53ab0f9..b7063af 100644 (file)
@@ -72,7 +72,7 @@ let input_file, directory, includes, use_prelude, anon_vars, targets =
                    "dir Add include directory";
     "--no-prelude",Arg.Clear use_prelude,
                    " Do not automatically use prelude.gl from stdlib";
-    "-V",          Arg.Unit print_version,
+    "-v",          Arg.Unit print_version,
                    " Print version and exit";
     "--version",   Arg.Unit print_version,
                    " Print version and exit";