remove warning about combining options

the option parser no longer allows combining --want-get/--want-drop with
options like --all
This commit is contained in:
Joey Hess 2021-05-24 13:53:28 -04:00
parent d62d6e2fcf
commit 78be7cf73f
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38

View 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`