Skip to content

Commit

Permalink
doc
Browse files Browse the repository at this point in the history
  • Loading branch information
hhugo committed Apr 12, 2020
1 parent 7e2b79b commit fb9dd20
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion compiler/bin-js_of_ocaml/arg.ml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,10 @@ let options =
Arg.(value & flag & info [ "noruntime"; "no-runtime" ] ~doc)
in
let runtime_only =
let doc = "Generate a JavaScript file containing/exporting the runtime only." in
let doc =
"[DEPRECATED: use js_of_ocaml build-runtime instead]. Generate a JavaScript file \
containing/exporting the runtime only."
in
Arg.(value & flag & info [ "runtime-only" ] ~doc)
in
let no_sourcemap =
Expand Down

0 comments on commit fb9dd20

Please sign in to comment.