Skip to content

Commit

Permalink
Mention the help directive on toplevel startup
Browse files Browse the repository at this point in the history
Trimmed leading spaces to fit in 80 columns.
  • Loading branch information
wikku committed Jul 19, 2021
1 parent 3e0aaf4 commit 5f5e549
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toplevel/toploop.ml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ let loop ppf =
Clflags.debug := true;
Location.formatter_for_warnings := ppf;
if not !Clflags.noversion then
fprintf ppf " OCaml version %s%s%s@.@."
fprintf ppf " OCaml version %s%s%s #help;; for help@.@."
Config.version
(if Topeval.implementation_label = "" then "" else " - ")
Topeval.implementation_label;
Expand Down

0 comments on commit 5f5e549

Please sign in to comment.