From 78be7cf73fba9cdb3dbb87ee1629e4eef03d86b1 Mon Sep 17 00:00:00 2001 From: Joey Hess Date: Mon, 24 May 2021 13:53:28 -0400 Subject: [PATCH] remove warning about combining options the option parser no longer allows combining --want-get/--want-drop with options like --all --- doc/git-annex-matching-options.mdwn | 4 ---- 1 file changed, 4 deletions(-) diff --git a/doc/git-annex-matching-options.mdwn b/doc/git-annex-matching-options.mdwn index bc8cad5d93..d2104c7ccf 100644 --- a/doc/git-annex-matching-options.mdwn +++ b/doc/git-annex-matching-options.mdwn @@ -134,16 +134,12 @@ in either of two repositories. Matches files that the preferred content settings for the repository make it want to get. Note that this will match even files that are already present, unless limited with e.g., `--not --in .` - - Note that this will not match anything when using --all or --unused. * `--want-drop` Matches files that the preferred content settings for the repository make it want to drop. Note that this will match even files that have already been dropped, unless limited with e.g., `--in .` - - Note that this will not match anything when using --all or --unused. * `--accessedwithin=interval`