Prechádzať zdrojové kódy

updated 'README.md'

Veloe 1 rok pred
rodič
commit
ee288aef44
1 zmenil súbory, kde vykonal 2 pridanie a 1 odobranie
  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)