Explorar el Código

updated 'README.md'

Veloe hace 1 año
padre
commit
ee288aef44
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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)