fix formatting

mdwn2man gets confused as `command` spanning multiple lines..
This commit is contained in:
Joey Hess 2016-12-05 13:52:40 -04:00
parent 82d01f5619
commit e9c44536b2
No known key found for this signature in database
GPG key ID: C910D9222512E3C7

View file

@ -15,9 +15,9 @@ If no path is specified, adds files from the current directory and below.
Files that are already checked into git and are unmodified, or that
git has been configured to ignore will be silently skipped.
If annex.largefiles is configured, and does not match a file, `git annex
add` will behave the same as `git add` and add the non-large file directly
to the git repository, instead of to the annex.
If annex.largefiles is configured, and does not match a file,
`git annex add` will behave the same as `git add` and add the
non-large file directly to the git repository, instead of to the annex.
Large files are added to the annex in locked form, which prevents further
modification of their content unless unlocked by [[git-annex-unlock]](1).