mention that the default is only available remotes

This commit is contained in:
Joey Hess 2023-08-16 16:03:05 -04:00
parent ea6f5bfc01
commit cce640dd6d
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ See [[git-annex-preferred-content]](1).
* `[remote]` * `[remote]`
By default this command pulls from all remotes, except for remotes By default this command pulls from all available remotes, except for remotes
that have `remote.<name>.annex-pull` (or `remote.<name>.annex-sync`) that have `remote.<name>.annex-pull` (or `remote.<name>.annex-sync`)
set to false. set to false.

View file

@ -50,7 +50,7 @@ See [[git-annex-preferred-content]](1).
* `[remote]` * `[remote]`
By default, this command pushes to all remotes, except for remotes By default, this command pushes to all available remotes, except for remotes
that have `remote.<name>.annex-push` (or `remote.<name>.annex-sync`) that have `remote.<name>.annex-push` (or `remote.<name>.annex-sync`)
set to false or `remote.<name>.annex-readonly` set to true. set to false or `remote.<name>.annex-readonly` set to true.