aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorнаб <[email protected]>2022-04-04 16:10:52 +0200
committerBrian Behlendorf <[email protected]>2022-04-05 09:36:06 -0700
commit14ed1f242494b0120bfbfa75502339353e855d75 (patch)
tree389afa8c7ea39a4b42c25da657f2f4c7a6c048dd
parent93f3a3517c6ade39942d8d6996476734ae8b98f3 (diff)
cstyle.1: note -g, $CI being equivalent to -g
Reviewed-by: Brian Behlendorf <[email protected]> Signed-off-by: Ahelenia Ziemiańska <[email protected]> Closes #13285
-rw-r--r--man/man1/cstyle.112
1 files changed, 11 insertions, 1 deletions
diff --git a/man/man1/cstyle.1 b/man/man1/cstyle.1
index dfc77d159..b7c8b5719 100644
--- a/man/man1/cstyle.1
+++ b/man/man1/cstyle.1
@@ -44,7 +44,6 @@ does not mean that you've followed Sun's C style.
.Em Caveat emptor .
.
.Sh OPTIONS
-The following options are supported:
.Bl -tag -width "-c"
.It Fl c
Check continuation line indentation inside of functions.
@@ -86,6 +85,17 @@ types
etc.
This detects any use of the deprecated types.
Used as part of the putback checks.
+.It Fl g
+Also print GitHub-Actions-style
+.Li ::error
+output.
+.El
+.
+.Sh ENVIRONMENT
+.Bl -tag -compact -width ".Ev CI"
+.It Ev CI
+If set and nonempty, equivalent to
+.Fl g .
.El
.
.Sh CONTINUATION CHECKING