Skip to content

Commit 1e93f79

Browse files
committed
Update manual
Signed-off-by: Nicolás Ojeda Bär <n.oje.bar@gmail.com>
1 parent 05e132d commit 1e93f79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

doc/instrumentation.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,9 @@ executable stanza:
2323
(library
2424
(name ...)
2525
(instrumentation
26-
(backend <name>)))
26+
(backend <name> <args>)))
27+
28+
The backend ``<name>`` can be passed arguments using ``<args>``.
2729

2830
This field can be repeated multiple times in order to support various
2931
backends. For instance:
@@ -33,7 +35,7 @@ backends. For instance:
3335
(library
3436
(name foo)
3537
(modules foo)
36-
(instrumentation (backend bisect_ppx))
38+
(instrumentation (backend bisect_ppx --bisect-silent yes))
3739
(instrumentation (backend landmarks)))
3840
3941
This will instruct Dune that when either the ``bisect_ppx`` or ``landmarks``

0 commit comments

Comments
 (0)