mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Typo fix.
This commit is contained in:
parent
8aa31984df
commit
97304ab38e
1 changed files with 1 additions and 1 deletions
|
|
@ -97,7 +97,7 @@ year they are from.
|
|||
|
||||
You can ignore certain advisories while downloading by specifying a list
|
||||
of regular expressions to match their URLs by using the `ignorepattern` option.
|
||||
E.g. `-i='.*white.*' -i='*.red.*'` will ignore files wich URLs contain the sub strings **white** or **red**.
|
||||
E.g. `-i='.*white.*' -i='*.red.*'` will ignore files which URLs contain the sub strings **white** or **red**.
|
||||
In the config file this has to be noted as:
|
||||
```
|
||||
ignorepattern = [".*white.*", ".*red.*"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue