Skip to content

Commit

Permalink
flambda-backend: Remove dummy var from -as-parameter command line h…
Browse files Browse the repository at this point in the history
…elp (#2157)

remove dummy var from as-parameter command line help
  • Loading branch information
ncik-roberts authored Jan 2, 2024
1 parent 5d1181f commit 069fa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion driver/main_args.ml
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ let mk_match_context_rows f =

let mk_as_parameter f =
"-as-parameter", Arg.Unit f,
"<module name> Compiles the interface as a parameter for an open module."
" Compiles the interface as a parameter for an open module."
;;

let mk_use_prims f =
Expand Down

0 comments on commit 069fa80

Please sign in to comment.