Skip to content

Commit

Permalink
Update nsiqcppstyle_exe.py
Browse files Browse the repository at this point in the history
  • Loading branch information
kunaltyagi authored Oct 16, 2023
1 parent a3a8b0b commit 368a10b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nsiqcppstyle_exe.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def get_parser():
* If options like `--filter-string` and `--var` (which accept one or more arguments) are the last option, remember to separate the arguments and targets by adding a `--` before the targets. Eg:
--var key1:value key2:value -- my_target_path
* By default, it doesn't apply any rules on the source. If you want to apply rule, they should be provided in the 'filefilter.txt' file in following format:
* By default, it doesn't apply any rules on the source. If you want to apply rule, they should be provided in the 'filefilter.txt' file with the following format:
~ RULENAME
* You can customize the rule behavior by insert key-value pairs in the 'filefilter.txt' with the following format:
Expand Down

0 comments on commit 368a10b

Please sign in to comment.