stitch
Note taking for messy minimalists
git clone git://mccd.space/stitchcommit b050718d2b9daa28477e929961270e7df8a4b214
parent c4e0cfc0db11e6e4c1cd3490ab6434cc56f44529
Author: Marc Coquand <marc@mccd.space>
Date: Thu, 30 May 2024 10:25:30 -0500
Missing ) in man pages
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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