diff options
author | Joey Hess <joey@kitenet.net> | 2013-05-15 22:48:15 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2013-05-15 22:48:15 -0400 |
commit | 99945ccc22aea0212c024609cc194d64c5d5217e (patch) | |
tree | 5234d8ff820d26e0a004d99112acb509a705d601 | |
parent | 715f5c542bf1216c7d608a0ec8f2976c931fbdf4 (diff) |
work around man format warning
-rw-r--r-- | doc/git-annex.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/git-annex.mdwn b/doc/git-annex.mdwn index 8cab00ac8..9554f15aa 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -726,8 +726,8 @@ file contents are present at either of two repositories. copies, on remotes with the specified trust level. For example, "--copies=trusted:2" - To match any trust level at or higher than a given level, use - 'trustlevel+'. For example, "--copies=semitrusted+:2" + To match any trust level at or higher than a given level, + use 'trustlevel+'. For example, "--copies=semitrusted+:2" * --copies=groupname:number |