From 949fdcb63a8ff888166818f22d8762c2a796f0a7 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Wed, 3 Oct 2012 11:02:34 -0400 Subject: [PATCH] better example --- 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 5a0f0569bd..f8f09b5b93 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -639,7 +639,7 @@ file contents are present at either of two repositories. * --not Inverts the next file matching option. For example, to only act on - mp3s, use: --not --exclude='*.mp3' + files with less than 3 copies, use --not --copies=3 * --and