Skip to content
This repository was archived by the owner on Oct 30, 2024. It is now read-only.

Commit 8624972

Browse files
Fix --no-color documentation (#451)
1 parent dbeb9b5 commit 8624972

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -218,9 +218,9 @@ Auditors can also be run individually.
218218
| -f | --manifest | Path to the yaml configuration to audit. Only used in manifest mode. You may use `-` to read from stdin. |
219219
| -n | --namespace | Only audit resources in the specified namespace. Not currently supported in manifest mode. |
220220
| -g | --includegenerated | Include generated resources in scan (such as Pods generated by deployments). If you would like kubeaudit to produce results for generated resources (for example if you have custom resources or want to catch orphaned resources where the owner resource no longer exists) you can use this flag. |
221-
| -m | --minseverity | Set the lowest severity level to report (one of "error", "warning", "info") (default "info") |
222-
| -e | --exitcode | Exit code to use if there are results with severity of "error". Conventionally, 0 is used for success and all non-zero codes for an error. (default 2) |
223-
| | --no-color | Don't use colors in the output (the default is true) |
221+
| -m | --minseverity | Set the lowest severity level to report (one of "error", "warning", "info") (default is "info") |
222+
| -e | --exitcode | Exit code to use if there are results with severity of "error". Conventionally, 0 is used for success and all non-zero codes for an error. (default is 2) |
223+
| | --no-color | Don't use colors in the output (default is false) |
224224

225225
## Configuration File
226226

0 commit comments

Comments
 (0)