remove warning about combining options
authorJoey Hess <joeyh@joeyh.name>
Mon, 24 May 2021 17:53:28 +0000 (13:53 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 24 May 2021 17:53:28 +0000 (13:53 -0400)
the option parser no longer allows combining --want-get/--want-drop with
options like --all

doc/git-annex-matching-options.mdwn

index bc8cad5d93ba5de0fbcb16749e8eb900aabac416..d2104c7ccf64b76fc8f26855c6934db09e372c94 100644 (file)
@@ -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`