From 0b2b666a382b0c78a7a2af531594b845a8b38b8a Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 4 Jan 2021 13:11:05 -0400 Subject: [PATCH] fix bad annex.largefiles example syntax --- doc/git-annex.mdwn | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 45306545c7..5b653e6456 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -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.