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/git-annex.mdwn | |
parent | 79e4074892cd0822c364cc2ea36af82e68a8a845 (diff) |
fix example in man page
Diffstat (limited to 'doc/git-annex.mdwn')
-rw-r--r-- | doc/git-annex.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
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. |