Skip to content

Commit c9c6420

Browse files
committed
man: update container/lint with no-truncate option
Follow up to bootc-dev#1324 Signed-off-by: Micah Abbott <[email protected]>
1 parent 5c948a5 commit c9c6420

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

docs/src/man/bootc-container-lint.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,8 @@ checks as part of a container build
66
# SYNOPSIS
77

88
**bootc container lint** \[**\--rootfs**\] \[**\--fatal-warnings**\]
9-
\[**\--list**\] \[**\--skip**\] \[**-h**\|**\--help**\]
9+
\[**\--no-truncate**\] \[**\--list**\] \[**\--skip**\]
10+
\[**-h**\|**\--help**\]
1011

1112
# DESCRIPTION
1213

@@ -20,18 +21,22 @@ part of a build process; it will error if any problems are detected.
2021

2122
**\--rootfs**=*ROOTFS* \[default: /\]
2223

23-
: Operate on the provided rootfs
24+
: Operate on the provided rootfs.
2425

2526
**\--fatal-warnings**
2627

2728
: Make warnings fatal
2829

30+
**\--no-truncate**\
31+
32+
: Print all the warnings found during the linting process.
33+
2934
**\--list**
3035

3136
: Instead of executing the lints, just print all available lints. At
3237
the current time, this will output in YAML format because its
3338
reasonably human friendly. However, there is no commitment to
34-
maintaining this exact format; do not parse it via code or scripts
39+
maintaining this exact format; do not parse it via code or scripts.
3540

3641
**\--skip**=*SKIP*
3742

@@ -42,7 +47,7 @@ part of a build process; it will error if any problems are detected.
4247

4348
**-h**, **\--help**
4449

45-
: Print help (see a summary with -h)
50+
: Print help (see a summary with -h).
4651

4752
# VERSION
4853

0 commit comments

Comments
 (0)