summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-25 21:23:40 +0900
committerNico Williams <nico@cryptonector.com>2023-07-25 10:21:01 -0500
commita29ac81de117a6bad625bc4ff75bbb395a58f7d6 (patch)
treec30911230159c253b30406aa07c8edb6e65c1323 /jq.1.prebuilt
parentbb8221efdcb997f93ff91a43cbd95e7e0a1a0d8e (diff)
Remove deprecated --argfile option
Diffstat (limited to 'jq.1.prebuilt')
-rw-r--r--jq.1.prebuilt9
1 files changed, 0 insertions, 9 deletions
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index e7920df0..c9042ba2 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -196,15 +196,6 @@ 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\-\-argfile variable\-name filename\fR:
-.
-.IP
-Do not use\. Use \fB\-\-slurpfile\fR instead\.
-.
-.IP
-(This option is like \fB\-\-slurpfile\fR, but when the file has just one text, then that is used, else an array of texts is used as in \fB\-\-slurpfile\fR\.)
-.
-.TP
\fB\-\-args\fR:
.
.IP