rename --ingroup to --inallgroup

This commit is contained in:
Joey Hess 2012-10-10 12:59:45 -04:00
parent 725b6b5156
commit b6ce003843
5 changed files with 15 additions and 9 deletions

View file

@ -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.