diff --git a/src/main/main.ml b/src/main/main.ml index ed177afa..c943952e 100644 --- a/src/main/main.ml +++ b/src/main/main.ml @@ -197,10 +197,10 @@ let check () = let main () = (* Administrative duties *) Arg.parse argspec input_file usage; - if !file = "" then begin + if !file = "" then ( Arg.usage argspec usage; exit 2 - end; + ); let al = Gc.create_alarm check in (* Interesting stuff happening *)