From b5d1029b6ea282126938030e10b99d8e79cdd707 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Fri, 22 Mar 2019 09:46:47 -0400 Subject: [PATCH] remove unsupported option --- doc/tips/hiding_missing_files.mdwn | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/tips/hiding_missing_files.mdwn b/doc/tips/hiding_missing_files.mdwn index 3ee2add76b..9fd8d1e8f6 100644 --- a/doc/tips/hiding_missing_files.mdwn +++ b/doc/tips/hiding_missing_files.mdwn @@ -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 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 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 cd podcasts - git annex upgrade --version=7 + git annex upgrade git annex adjust --hide-missing git annex group here client git annex wanted here standard