lschp: Adapt to new JSON Lines text format

util_fmt now provides support for JSON Lines text format.
Document the newly supported format in the man page accordingly.

Signed-off-by: Jan Höppner <hoeppner@linux.ibm.com>
This commit is contained in:
Jan Höppner
2026-04-01 18:31:38 +02:00
parent 6e53be736e
commit 715da84030

View File

@@ -114,7 +114,7 @@ Print version number, then exit.
.B \-\-format \fIFORMAT\fR
.RS
Specify the output format. Supported formats include
\fIjson\fR, \fIjson-seq\fR, \fIpairs\fR and \fIcsv\fR.
\fIjson\fR, \fIjson-seq\fR, \fIjsonl\fR, \fIpairs\fR and \fIcsv\fR.
See section "OUTPUT FORMAT" for more details.
.RE