mirror of
https://github.com/YGGverse/aquatic-crawler.git
synced 2026-03-31 17:15:35 +00:00
fix regex example
This commit is contained in:
parent
a40534d6a4
commit
9b6491a666
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ pub struct Argument {
|
|||
///
|
||||
/// Filter by image ext
|
||||
/// ```
|
||||
/// --preload-regex '/\.(png|gif|jpeg|jpg|webp)$/i'
|
||||
/// --preload-regex '(png|gif|jpeg|jpg|webp)$'
|
||||
/// ```
|
||||
///
|
||||
/// * requires `storage` argument defined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue