Upgrade to the unreleased version of YOCaml 2 #2

Merged
reynir merged 4 commits from yocaml2 into main 2024-10-04 11:24:35 +00:00
Showing only changes of commit 4ff887acee - Show all commits

View file

@ -36,7 +36,7 @@ let specification =
[
("--message", Arg.Set_string message, "The commit message")
; ("--email", Arg.Set_string email, "The email used to craft the commit")
; ("-r", Arg.Set_string remote, "The Git repository")
; ("-r", Arg.Set_string remote, "The Git repository including #branch, e.g. " ^ !remote)
; ("--author", Arg.Set_string author, "The Git commit author")
; ("--host", Arg.Set_string host, "The host where the blog is available")
]