summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Joey Hess <joey@kitenet.net>2012-10-03 11:02:34 -0400
committerGravatar Joey Hess <joey@kitenet.net>2012-10-03 11:02:34 -0400
commit3bb9a92952f0da499315c897e3489fc02188618c (patch)
treed385a1b549c4fe356ffe7b9946e42f12958b6d00
parent4be9d18835dd0980748f875acb2df3b8a285551f (diff)
better example
-rw-r--r--doc/git-annex.mdwn2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn
index 5a0f0569b..f8f09b5b9 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