From 1e5e1d7606fe3364d1dfdb860a0ea0a68e7f4b12 Mon Sep 17 00:00:00 2001 From: Michael Greenberg Date: Tue, 12 Mar 2024 13:05:07 -0400 Subject: [PATCH] update manual text (and reflow). regenerate jq.1.prebuilt --- jq.1.prebuilt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/jq.1.prebuilt b/jq.1.prebuilt index bf3b21758f..44cd3da0bc 100644 --- a/jq.1.prebuilt +++ b/jq.1.prebuilt @@ -202,6 +202,12 @@ This option reads all the JSON texts in the named file and binds an array of the This option reads in the named file and binds its contents to the given global variable\. If you run jq with \fB\-\-rawfile foo bar\fR, then \fB$foo\fR is available in the program and has a string whose contents are to the texts in the file named \fBbar\fR\. . .TP +\fB\-\-depth n\fR: +. +.IP +This option sets the maximum parsing depth (of objects and arrays) to \fBn\fR\. Exceeding the parsing depth causes \fBjq\fR to exit early with an error\. If you set \fBn\fR to 0, the parser will go arbitrarily deep\. The default value is 256\. +. +.TP \fB\-\-args\fR: . .IP