From c9c6420905cd2e8d4152c7d6aab3abbed5b8aa5b Mon Sep 17 00:00:00 2001 From: Micah Abbott Date: Thu, 26 Jun 2025 12:12:03 -0400 Subject: [PATCH] man: update container/lint with no-truncate option Follow up to #1324 Signed-off-by: Micah Abbott --- docs/src/man/bootc-container-lint.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/docs/src/man/bootc-container-lint.md b/docs/src/man/bootc-container-lint.md index 178ab2aca..c42c09d16 100644 --- a/docs/src/man/bootc-container-lint.md +++ b/docs/src/man/bootc-container-lint.md @@ -6,7 +6,8 @@ checks as part of a container build # SYNOPSIS **bootc container lint** \[**\--rootfs**\] \[**\--fatal-warnings**\] -\[**\--list**\] \[**\--skip**\] \[**-h**\|**\--help**\] +\[**\--no-truncate**\] \[**\--list**\] \[**\--skip**\] +\[**-h**\|**\--help**\] # DESCRIPTION @@ -20,18 +21,22 @@ part of a build process; it will error if any problems are detected. **\--rootfs**=*ROOTFS* \[default: /\] -: Operate on the provided rootfs +: Operate on the provided rootfs. **\--fatal-warnings** : Make warnings fatal +**\--no-truncate**\ + +: Print all the warnings found during the linting process. + **\--list** : Instead of executing the lints, just print all available lints. At the current time, this will output in YAML format because its reasonably human friendly. However, there is no commitment to - maintaining this exact format; do not parse it via code or scripts + maintaining this exact format; do not parse it via code or scripts. **\--skip**=*SKIP* @@ -42,7 +47,7 @@ part of a build process; it will error if any problems are detected. **-h**, **\--help** -: Print help (see a summary with -h) +: Print help (see a summary with -h). # VERSION