Skip to content

Commit

Permalink
Remove constantfile option
Browse files Browse the repository at this point in the history
It was removed in 09eb685
  • Loading branch information
Trainmaster authored and priv-kweihmann committed Feb 10, 2024
1 parent ca04998 commit a161129
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ required python libraries on your own. See [requirements.txt](requirements.txt)

```shell
usage: oelint-adv [-h] [--suppress SUPPRESS] [--output OUTPUT] [--fix] [--nobackup] [--addrules ADDRULES [ADDRULES ...]]
[--customrules CUSTOMRULES [CUSTOMRULES ...]] [--rulefile RULEFILE] [--jobs JOBS] [--constantfile CONSTANTFILE] [--color] [--quiet] [--noinfo]
[--customrules CUSTOMRULES [CUSTOMRULES ...]] [--rulefile RULEFILE] [--jobs JOBS] [--color] [--quiet] [--noinfo]
[--nowarn] [--relpaths] [--noid] [--messageformat MESSAGEFORMAT] [--constantmods CONSTANTMODS [CONSTANTMODS ...]] [--print-rulefile] [--exit-zero]
[--version]
[files ...]
Expand All @@ -67,8 +67,6 @@ options:
Additional directories to parse for rulessets
--rulefile RULEFILE Rulefile
--jobs JOBS Number of jobs to run (default all cores)
--constantfile CONSTANTFILE
Constantfile
--color Add color to the output based on the severity
--quiet Print findings only
--noinfo Don't print information level findings
Expand Down

0 comments on commit a161129

Please sign in to comment.