update to use enableremote for changing preferreddir settings
This commit is contained in:
parent
58d39b872c
commit
56a3e9a999
1 changed files with 2 additions and 4 deletions
|
@ -80,7 +80,7 @@ content is preferred if it's in a directory (located anywhere in the tree)
|
|||
with a special name.
|
||||
|
||||
The name of the directory can be configured using
|
||||
`git annex initremote $remote preferreddir=$dirname`
|
||||
`git annex enableremote $remote preferreddir=$dirname`
|
||||
|
||||
(If no directory name is configured, it uses "public" by default.)
|
||||
|
||||
|
@ -186,9 +186,7 @@ will be published. (The directory can be located anywhere in the
|
|||
repository.)
|
||||
|
||||
The name of the directory can be configured using
|
||||
`git annex initremote $remote preferreddir=$dirname`
|
||||
|
||||
`inpreferreddir`
|
||||
`git annex enableremote $remote preferreddir=$dirname`
|
||||
|
||||
### unwanted
|
||||
|
||||
|
|
Loading…
Reference in a new issue