From d17d6c01ba868a0fc40d21a2e792dd81b50ec578 Mon Sep 17 00:00:00 2001 From: Gabor Gyorvari Date: Sat, 25 Aug 2018 18:15:13 +0200 Subject: [PATCH] Typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 637670f..db5be08 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Usage: php scan.php -d -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.