Explain remote is including branch
This commit is contained in:
parent
6b343af91c
commit
4ff887acee
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@ let specification =
|
||||||
[
|
[
|
||||||
("--message", Arg.Set_string message, "The commit message")
|
("--message", Arg.Set_string message, "The commit message")
|
||||||
; ("--email", Arg.Set_string email, "The email used to craft the commit")
|
; ("--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")
|
; ("--author", Arg.Set_string author, "The Git commit author")
|
||||||
; ("--host", Arg.Set_string host, "The host where the blog is available")
|
; ("--host", Arg.Set_string host, "The host where the blog is available")
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in a new issue