document -m

This commit is contained in:
Joey Hess 2023-05-23 11:46:54 -04:00
parent b46126cd87
commit 03437364b9
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 10 additions and 2 deletions

View file

@ -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.

View file

@ -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.

View file

@ -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.
"""]]