--auto doc wording
try to make more clear that --auto is not --all
This commit is contained in:
parent
09d202ab88
commit
ba6f46c113
3 changed files with 3 additions and 3 deletions
|
@ -41,7 +41,7 @@ Paths of files or directories to operate on can be specified.
|
|||
|
||||
* `--auto`
|
||||
|
||||
Rather than copying all specified files, only copy files that don't yet have
|
||||
Rather than copying all specified files, only copy those that don't yet have
|
||||
the desired number of copies, or that are preferred content of the
|
||||
destination repository. See [[git-annex-preferred-content]](1)
|
||||
|
||||
|
|
|
@ -31,7 +31,7 @@ Paths of files or directories to drop can be specified.
|
|||
|
||||
* `--auto`
|
||||
|
||||
Rather than trying to drop all specified files, drop only files that
|
||||
Rather than trying to drop all specified files, drop only those that
|
||||
are not preferred content of the repository.
|
||||
See [[git-annex-preferred-content]](1)
|
||||
|
||||
|
|
|
@ -20,7 +20,7 @@ be specified.
|
|||
|
||||
* `--auto`
|
||||
|
||||
Rather than getting all specified files, get only files that don't yet
|
||||
Rather than getting all the specified files, get only those that don't yet
|
||||
have the desired number of copies, or that are preferred content of the
|
||||
repository. See [[git-annex-preferred-content]](1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue