summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
diff options
context:
space:
mode:
authorWilliam Chargin <wchargin@gmail.com>2018-10-01 14:56:25 -0700
committerNico Williams <nico@cryptonector.com>2020-01-07 23:34:52 -0600
commitbaecf2ce9ec51ebd70cf617ffbee19a668652c9d (patch)
tree09bac0c935c1550ad6a8f912cbffe577af75b13b /jq.1.prebuilt
parente7d37983c42e3783cebe3346d65b9b887e3bdbc8 (diff)
docs: --indent value has maximum of 7, not 8
Test Plan: To verify that this is in fact the behavior: ``` $ jq --indent 7 -n '[1]' [ 1 ] $ jq --indent 8 -n '[1]' jq: --indent takes a number between -1 and 7 Use jq --help for help with command-line options, or see the jq manpage, or online docs at https://stedolan.github.io/jq ``` This patch was generated by running `git grep "no more than"` and fixing up appropriate results. wchargin-branch: docs-fix-indent-bounds
Diffstat (limited to 'jq.1.prebuilt')
-rw-r--r--jq.1.prebuilt2
1 files changed, 1 insertions, 1 deletions
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index b0939ca0..f6035b9b 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -97,7 +97,7 @@ Use a tab for each indentation level instead of two spaces\.
\fB\-\-indent n\fR:
.
.IP
-Use the given number of spaces (no more than 8) for indentation\.
+Use the given number of spaces (no more than 7) for indentation\.
.
.IP "\(bu" 4
\fB\-\-color\-output\fR / \fB\-C\fR and \fB\-\-monochrome\-output\fR / \fB\-M\fR: