From 3125b4298bb5568c1dfb984a7c8f475ab82232cd Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 1 Apr 2016 10:58:21 -0400 Subject: [PATCH] better example --- doc/git-annex-matching-options.mdwn | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/git-annex-matching-options.mdwn b/doc/git-annex-matching-options.mdwn index d94c0faf18..5c5f6ca259 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