diff options
Diffstat (limited to 'doc')
-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 bfdbbf737..2721cd22d 100644 --- a/doc/git-annex.mdwn +++ b/doc/git-annex.mdwn @@ -636,14 +636,14 @@ file contents are present at either of two repositories. Matches only files that git-annex believes have the specified number of copies, on remotes in the specified group. For example, - "--copies=archival:2" + "--copies=archive:2" * --inbackend=name Matches only files whose content is stored using the specified key-value backend. -* --ingroup=groupname +* --inallgroup=groupname Matches only files that git-annex believes are present in all repositories in the specified group. |