aboutsummaryrefslogtreecommitdiff
path: root/doc/git-annex-matching-options.mdwn
diff options
context:
space:
mode:
authorGravatar Joey Hess <joeyh@joeyh.name>2016-04-01 10:58:21 -0400
committerGravatar Joey Hess <joeyh@joeyh.name>2016-04-01 10:58:21 -0400
commit8647fa464225c1845ff3ef590a83981bc56dfaa0 (patch)
tree4758ba3a34bc6e0c968a85dac89259b4e4dece95 /doc/git-annex-matching-options.mdwn
parent71a5821ede3f428121551010e02729826e86aa5b (diff)
better example
Diffstat (limited to 'doc/git-annex-matching-options.mdwn')
-rw-r--r--doc/git-annex-matching-options.mdwn6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/git-annex-matching-options.mdwn b/doc/git-annex-matching-options.mdwn
index d94c0faf1..5c5f6ca25 100644
--- a/doc/git-annex-matching-options.mdwn
+++ b/doc/git-annex-matching-options.mdwn
@@ -10,10 +10,10 @@ files they act on.
Arbitrarily complicated expressions can be built using these options.
For example:
- --exclude '*.mp3' --and --not -( --in=usbdrive --or --in=archive -)
+ --include='*.mp3' --and -( --in=usbdrive --or --in=archive -)
-The above example prevents git-annex from working on mp3 files whose
-file contents are present at either of two repositories.
+The above example makes git-annex work on only mp3 files that are present
+in either of two repositories.
# OPTIONS