From 715da84030d6c39421f73622cdd87e2e5ab54bdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20H=C3=B6ppner?= Date: Wed, 1 Apr 2026 18:31:38 +0200 Subject: [PATCH] lschp: Adapt to new JSON Lines text format MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- zconf/chp/lschp.8 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zconf/chp/lschp.8 b/zconf/chp/lschp.8 index dbb290e4..97abda9d 100644 --- a/zconf/chp/lschp.8 +++ b/zconf/chp/lschp.8 @@ -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