diff options
author | Joey Hess <joey@kitenet.net> | 2013-07-16 15:35:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-07-16 15:35:15 -0400 |
commit | e69cfa0801b23fc49d6c1167a2763e41d3f44d77 (patch) | |
tree | 37f387111d3ce222e5e568bfbc3598f97b37a270 /doc | |
parent | 79e4074892cd0822c364cc2ea36af82e68a8a845 (diff) |
fix example in man page
Diffstat (limited to 'doc')
-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. |