fix bad annex.largefiles example syntax

This commit is contained in:
Joey Hess 2021-01-04 13:11:05 -04:00
parent 1c5fc8f047
commit 0b2b666a38
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -919,7 +919,7 @@ repository, using [[git-annex-config]]. See its man page for a list.)
Used to configure which files are large enough to be added to the annex.
It is an expression that matches the large files, eg
"`include=*.mp3 or largerthan(500kb)`"
"`include=*.mp3 or largerthan=500kb`"
See [[git-annex-matching-expression]](1) for details on the syntax.
Overrides any annex.largefiles attributes in `.gitattributes` files.