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
|
@ -135,16 +135,12 @@ in either of two repositories.
|
||||||
make it want to get. Note that this will match even files that are
|
make it want to get. Note that this will match even files that are
|
||||||
already present, unless limited with e.g., `--not --in .`
|
already present, unless limited with e.g., `--not --in .`
|
||||||
|
|
||||||
Note that this will not match anything when using --all or --unused.
|
|
||||||
|
|
||||||
* `--want-drop`
|
* `--want-drop`
|
||||||
|
|
||||||
Matches files that the preferred content settings for the repository
|
Matches files that the preferred content settings for the repository
|
||||||
make it want to drop. Note that this will match even files that have
|
make it want to drop. Note that this will match even files that have
|
||||||
already been dropped, unless limited with e.g., `--in .`
|
already been dropped, unless limited with e.g., `--in .`
|
||||||
|
|
||||||
Note that this will not match anything when using --all or --unused.
|
|
||||||
|
|
||||||
* `--accessedwithin=interval`
|
* `--accessedwithin=interval`
|
||||||
|
|
||||||
Matches files that were accessed recently, within the specified time
|
Matches files that were accessed recently, within the specified time
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue