aboutsummaryrefslogtreecommitdiff
path: root/bin/main.ml
diff options
context:
space:
mode:
Diffstat (limited to 'bin/main.ml')
-rw-r--r--bin/main.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/main.ml b/bin/main.ml
index d0a9b2d..3ce5ee1 100644
--- a/bin/main.ml
+++ b/bin/main.ml
@@ -33,7 +33,7 @@ let envs =
"STITCH_HEADLINE_PATTERN_REGEXP"
; Cmd.Env.info
~docs
- ~doc:"Pattern used by grep to find tags. (Default \":[a-z-]+:\", matches :a-tag:"
+ ~doc:"Pattern used by grep to find tags. (Default \":[a-z-]+:\", matches :a-tag:)"
"STITCH_TAG_PATTERN"
; Cmd.Env.info
~docs