diff options
author | 2012-10-03 11:02:34 -0400 | |
---|---|---|
committer | 2012-10-03 11:02:34 -0400 | |
commit | 3bb9a92952f0da499315c897e3489fc02188618c (patch) | |
tree | d385a1b549c4fe356ffe7b9946e42f12958b6d00 /doc | |
parent | 4be9d18835dd0980748f875acb2df3b8a285551f (diff) |
better example
Diffstat (limited to 'doc')
-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 5a0f0569b..f8f09b5b9 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -639,7 +639,7 @@ file contents are present at either of two repositories. * --not Inverts the next file matching option. For example, to only act on - mp3s, use: --not --exclude='*.mp3' + files with less than 3 copies, use --not --copies=3 * --and |