Skip to content

Commit

Permalink
Fix outdated man page (#665)
Browse files Browse the repository at this point in the history
The man page is missing information on the new --config argument.

Signed-off-by: Eric Brown <eric.brown@securesauce.dev>
  • Loading branch information
ericwb authored Oct 27, 2024
1 parent 61decf1 commit 726acc0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/man/precli.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
## SYNOPSIS

```
precli [-h] [-d] [-r] [--enable ENABLE | --disable DISABLE] [--json | --plain | --markdown]
[--gist] [-o OUTPUT] [--no-color] [-q] [--version]
precli [-h] [-d] [-c CONFIG] [-r] [--enable ENABLE | --disable DISABLE] [--json | --plain |
--markdown] [--gist] [-o OUTPUT] [--no-color] [-q] [--version]
[targets ...]
```

Expand All @@ -20,15 +20,15 @@ certificate validation, and more.
```
-h, --help show this help message and exit
-d, --debug turn on debug mode
-c, --config CONFIG configuration file
-r, --recursive find and process files in subdirectories
--enable ENABLE comma-separated list of rule IDs or names to enable
--disable DISABLE comma-separated list of rule IDs or names to disable
--json render the output as formatted JSON
--plain render the output in plain, tabular text
--markdown render the output in markdown format
--gist output the results to Gist
-o OUTPUT, --output OUTPUT
output the results to a file
-o,--output OUTPUT output the results to a file
--no-color do not display color in output
-q, --quiet quiet mode, display less output
--version show program's version number and exit
Expand Down

0 comments on commit 726acc0

Please sign in to comment.