diff options
-rw-r--r-- | doc/bugs/git_annex_content_fails_with_a_parse_error.txt | 2 | ||||
-rw-r--r-- | doc/git-annex.mdwn | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/doc/bugs/git_annex_content_fails_with_a_parse_error.txt b/doc/bugs/git_annex_content_fails_with_a_parse_error.txt index b510181ec..38c8fa28d 100644 --- a/doc/bugs/git_annex_content_fails_with_a_parse_error.txt +++ b/doc/bugs/git_annex_content_fails_with_a_parse_error.txt @@ -28,3 +28,5 @@ git-annex version: 4.20130709.1, ubuntu quantal # End of transcript or log. """]] + +> Fixed the example, thanks. --[[Joey]] [[done]] diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 7e556ab3b..00407e949 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -322,7 +322,7 @@ subdirectories). For example: - git annex content . "include(*.mp3) or include(*.ogg)" + git annex content . "include=*.mp3 or include=*.ogg" Without an expression, displays the current preferred content setting of the repository. |