diff --git a/bin/main.ml b/bin/main.ml index 3ee4bd5..990982f 100644 --- a/bin/main.ml +++ b/bin/main.ml @@ -4,7 +4,7 @@ open Cmdliner module Common_args = struct let testing = let doc = "Run in test configuration." in - Arg.(value & opt bool false & info ~doc [ "testing" ]) + Arg.(value & flag & info ~doc [ "testing" ]) ;; let commit =