diff --git a/doc/tutorial.mld b/doc/tutorial.mld index 2cf235b..df26e0a 100644 --- a/doc/tutorial.mld +++ b/doc/tutorial.mld @@ -31,7 +31,7 @@ is a term that evaluates to the result (and effect) of the [revolt] function. This term can be attached to a command: {[ -let cmd = Cmd.v (Cmd.info "revolt") revolt_t +let revolt_cmd = Cmd.v (Cmd.info "revolt") revolt_t ]} and evaluated with {!Cmdliner.Cmd.val-eval}: @@ -196,4 +196,4 @@ commands each with their own command line syntax and manual: {[tool [COMMAND]… [OPTION]… ARG…]} These sub commands are defined by grouping them under a parent command -via the {!Cmdliner.Cmd.group} function. \ No newline at end of file +via the {!Cmdliner.Cmd.group} function.