Przeglądaj źródła

updated 'README.md'

Veloe 1 rok temu
rodzic
commit
ee288aef44
1 zmienionych plików z 2 dodań i 1 usunięć
  1. 2 1
      README.md

+ 2 - 1
README.md

@@ -3,4 +3,5 @@ Command-line arguments
 -p {PATH} - set path to files directory <br>
 -f {WORD} - set word to fing in files <br>
 -r {WORD} - sed word to replace in files <br> 
--e {EXT} - set files extention mask to files (Example: "*.pas *.dpr")
+-e {EXT} - set files extention masks to files splitted with a whitespace (Example: "*.pas *.dpr")
+-i {REGEX} - set regex expression for full file path check (Example: "_\S*\|" - ignores folders with _ symbol)