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:
parent
d62d6e2fcf
commit
78be7cf73f
1 changed files with 0 additions and 4 deletions
|
@ -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`
|
||||
|
||||
|
|
Loading…
Reference in a new issue