Update OPTIONS section in utop manual page

Point to utop --help for the list of options and explain --require in
particular.

Signed-off-by: Christian Lindig <christian.lindig@citrix.com>
This commit is contained in:
Christian Lindig 2021-11-30 10:03:06 +00:00 committed by Perry E. Metzger
parent 560617c64f
commit 3145c3f77d
1 changed files with 10 additions and 1 deletions

View File

@ -91,9 +91,18 @@ file:
(add-hook 'tuareg-mode-hook 'utop-minor-mode)
.SH OPTIONS
Same as
See
.B utop --help
for the the list of available options. There is considerable overlap
with options available for
.BR ocaml (1).
A commonly used option is
\fB--require\fI package\fR
to load \fIpackage\fR into the execution environment. It is equivalent
to using \fb#require\fR from inside
.BR utop (1).
.SH FILES
.I ~/.config/utop/init.ml
.RS