From 3145c3f77d835fe2c53c832d5991307e60b0698d Mon Sep 17 00:00:00 2001 From: Christian Lindig Date: Tue, 30 Nov 2021 10:03:06 +0000 Subject: [PATCH] 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 --- man/utop.1 | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/man/utop.1 b/man/utop.1 index 8b01ac9..4026ec4 100644 --- a/man/utop.1 +++ b/man/utop.1 @@ -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