mirror of
https://github.com/stedolan/jq.git
synced 2024-05-11 05:55:39 +00:00
docs: fix delpaths description
This commit is contained in:
committed by
Emanuele Torre
parent
a692060129
commit
d1a6da2205
@@ -1142,7 +1142,7 @@ sections:
|
||||
- title: "`delpaths(PATHS)`"
|
||||
body: |
|
||||
|
||||
The builtin function `delpaths` sets the `PATHS` in `.`.
|
||||
The builtin function `delpaths` deletes the `PATHS` in `.`.
|
||||
`PATHS` must be an array of paths, where each path is an array
|
||||
of strings and numbers.
|
||||
|
||||
|
2
jq.1.prebuilt
generated
2
jq.1.prebuilt
generated
@@ -1161,7 +1161,7 @@ jq \'setpath([0,"a"]; 1)\'
|
||||
.IP "" 0
|
||||
.
|
||||
.SS "delpaths(PATHS)"
|
||||
The builtin function \fBdelpaths\fR sets the \fBPATHS\fR in \fB\.\fR\. \fBPATHS\fR must be an array of paths, where each path is an array of strings and numbers\.
|
||||
The builtin function \fBdelpaths\fR deletes the \fBPATHS\fR in \fB\.\fR\. \fBPATHS\fR must be an array of paths, where each path is an array of strings and numbers\.
|
||||
.
|
||||
.IP "" 4
|
||||
.
|
||||
|
Reference in New Issue
Block a user