浏览代码

updated 'README.md'

Veloe 1 年之前
父节点
当前提交
ee288aef44
共有 1 个文件被更改,包括 2 次插入1 次删除
  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)