Short argument names

This commit is contained in:
Gabor Gyorvari
2018-09-05 19:56:43 +02:00
parent f9647806c8
commit a6360c56a0
2 changed files with 11 additions and 10 deletions

View File

@@ -30,8 +30,8 @@ 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 pattern line number in file
--output-format Custom defined output format
-L --line-number Display matching pattern line number in file
-o --output-format Custom defined output format
```
Ignore argument could be used multiple times and accept glob style matching ex.: "`cache*`", "`??-cache.php`" or "`/cache`" etc.