diff --git a/doc/usage.rst b/doc/usage.rst index 3c6241ab..40f1786f 100644 --- a/doc/usage.rst +++ b/doc/usage.rst @@ -188,8 +188,9 @@ with locally defined libraries loaded. Where ```` is a directory containing a ``jbuild`` file defining all the libraries that will be loaded (using the ``library`` stanza). ```` will be -passed as arguments to the utop command itself. For example, to launch it in -emacs mode. +passed as arguments to the utop command itself. For example, ``jbuilder utop lib +-- -implicit-bindings`` will start ``utop`` with the libraries defined in +``lib`` and implicit bindings for toplevel expressions. Requirements & Limitations --------------------------