diff --git a/ocaml/qp_run.ml b/ocaml/qp_run.ml index 2abea107..eb1445d8 100644 --- a/ocaml/qp_run.ml +++ b/ocaml/qp_run.ml @@ -42,7 +42,7 @@ let run exe ezfio_file = let spec = let open Command.Spec in empty - +> anon ("exectuable" %: string) + +> anon ("executable" %: string) +> anon ("ezfio_file" %: string) ;;