remove unsupported option

This commit is contained in:
Joey Hess 2019-03-22 09:46:47 -04:00
parent 95087e8a87
commit b5d1029b6e
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View file

@ -11,7 +11,7 @@ but it needs some different workflows of using git-annex.
To get started, your repository needs to be upgraded to v7, since the To get started, your repository needs to be upgraded to v7, since the
feature does not work in v5 repositories. feature does not work in v5 repositories.
git annex upgrade --version=7 git annex upgrade
The [[git-annex adjust|git-annex-adjust]] command sets up an adjusted form The [[git-annex adjust|git-annex-adjust]] command sets up an adjusted form
of a git branch, in this case we'll ask it to hide missing files. of a git branch, in this case we'll ask it to hide missing files.
@ -124,7 +124,7 @@ I set up the repository like this:
git clone server:/path/to/podcasts git clone server:/path/to/podcasts
cd podcasts cd podcasts
git annex upgrade --version=7 git annex upgrade
git annex adjust --hide-missing git annex adjust --hide-missing
git annex group here client git annex group here client
git annex wanted here standard git annex wanted here standard