This commit is contained in:
Gabor Gyorvari
2018-08-25 18:15:13 +02:00
parent 34a89a9518
commit d17d6c01ba

View File

@@ -30,7 +30,7 @@ Usage: php scan.php -d <directory>
-s --no-stop Continue scanning file after first hit
-p --pattern Show Patterns next to the file name
-t --time Show time of last file change
--line-number Display matching pattner line number in file
--line-number Display matching pattern line number in file
```
Ignore argument could be used multiple times and accept glob style matching ex.: "`cache*`", "`??-cache.php`" or "`/cache`" etc.