1
0
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:
Naïm Favier
2023-08-09 17:51:22 +02:00
committed by Emanuele Torre
parent a692060129
commit d1a6da2205
2 changed files with 2 additions and 2 deletions

View File

@@ -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
View File

@@ -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
.