diff options
author | Joey Hess <joey@kitenet.net> | 2012-10-10 12:59:45 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-10-10 12:59:45 -0400 |
commit | cf30e43a0d5d0c3c76d25daca678ec8cc80dc814 (patch) | |
tree | 18212fc4269da063889d85fcbad0bb6c9d37a086 /doc | |
parent | cd8d030092b5213e69c99575af71759d0d77abbb (diff) |
rename --ingroup to --inallgroup
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. |