Skip to content

Commit a99b7ea

Browse files
committed
Remove 'while crawling' from detection options
These filters are primarily used during detection, not crawling.
1 parent d4eaabb commit a99b7ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/CoreOptions.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,7 @@ public static function optionSpecs() : array {
253253
'fileExtensionsToIgnore',
254254
'1',
255255
'File Extensions to Ignore',
256-
'Files with these extensions will be ignored while crawling.',
256+
'Files with these extensions will be ignored.',
257257
implode(
258258
"\n",
259259
[
@@ -290,7 +290,7 @@ public static function optionSpecs() : array {
290290
'filenamesToIgnore',
291291
'1',
292292
'Directory and File Names to Ignore',
293-
'Directories and files with these names will be ignored while crawling.',
293+
'Directories and files with these names will be ignored.',
294294
implode(
295295
"\n",
296296
[

0 commit comments

Comments
 (0)