document -m
This commit is contained in:
parent
b46126cd87
commit
03437364b9
3 changed files with 10 additions and 2 deletions
|
@ -30,7 +30,7 @@ files that it does not match will instead be added with `git add`.
|
|||
|
||||
# OPTIONS
|
||||
|
||||
* `--message=msg`
|
||||
* `--message=msg` `-m msg`
|
||||
|
||||
Use this option to specify a commit message.
|
||||
|
||||
|
|
|
@ -43,7 +43,7 @@ content by default. That will change in a future version of git-annex,
|
|||
|
||||
Use --no-commit to avoid committing local changes.
|
||||
|
||||
* `--message=msg`
|
||||
* `--message=msg` `-m msg`
|
||||
|
||||
Use this option to specify a commit message.
|
||||
|
||||
|
|
|
@ -0,0 +1,8 @@
|
|||
[[!comment format=mdwn
|
||||
username="joey"
|
||||
subject="""comment 14"""
|
||||
date="2023-05-23T15:46:27Z"
|
||||
content="""
|
||||
Oh, this new command and sync always supported -m. I've added it to the man
|
||||
page.
|
||||
"""]]
|
Loading…
Reference in a new issue