We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48a21c3 commit 01b946dCopy full SHA for 01b946d
1 file changed
src/ecOptions.ml
@@ -619,7 +619,7 @@ let parse_cmdline ?ini argv =
619
parse (Option.value ~default:(fun _ -> []) ini) argv
620
with
621
| Arg.Bad msg -> print_usage ~msg specs; exit 1
622
- | Arg.Help _ -> print_usage specs; exit 1
+ | Arg.Help _ -> print_usage specs; exit 0
623
624
(* -------------------------------------------------------------------- *)
625
exception InvalidIniFile of (int * string)
0 commit comments