From 6721078fb4b8a8596f840f94a5d7e769a127bfd0 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Sun, 2 Jun 2013 10:35:50 -0400 Subject: [PATCH] add example --- doc/git-annex.mdwn | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 4be3b4a48e..18bc05ad27 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -311,6 +311,10 @@ subdirectories). When run with an expression, configures the content that is preferred to be held in the archive. See PREFERRED CONTENT below. + For example: + + git annex content . "include(*.mp3) or include(*.ogg)" + Without an expression, displays the current preferred content setting of the repository.