mention that the default is only available remotes
This commit is contained in:
parent
ea6f5bfc01
commit
cce640dd6d
2 changed files with 2 additions and 2 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue