Fix type exportree
This commit is contained in:
parent
96e41466ba
commit
8ef0a35852
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ And, git-annex will never trust an export to retain the content of a key.
|
|||
# EXAMPLE
|
||||
|
||||
git annex initremote myexport type=directory directory=/mnt/myexport \
|
||||
exportree=yes encryption=none
|
||||
exporttree=yes encryption=none
|
||||
git annex export master --to myexport
|
||||
|
||||
After that, /mnt/myexport will contain the same tree of files as the master
|
||||
|
|
Loading…
Reference in a new issue