summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-13 23:45:29 +0000
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2023-06-13 23:45:29 +0000
commite7789d3871ead44722e72244d237a585b347252c (patch)
tree8f6457d0b607ed88aacac2cf8eaf10b94c088761
parent9bffa1b6e2447d04ea9dd571b838449f47d6ef03 (diff)
Update website
-rw-r--r--manual/index.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/manual/index.html b/manual/index.html
index 90eb229e..91143173 100644
--- a/manual/index.html
+++ b/manual/index.html
@@ -346,6 +346,12 @@ using some command-line options:</p>
<p>Remaining arguments are positional JSON text arguments. These
are available to the jq program as <code>$ARGS.positional[]</code>.</p>
<ul>
+<li><code>--</code>:</li>
+</ul>
+<p>Terminates argument processing. Remaining arguments are
+ positional, either strings, JSON texts, or input filenames,
+ according to whether <code>--args</code> or <code>--jsonargs</code> were given.</p>
+<ul>
<li><code>--run-tests [filename]</code>:</li>
</ul>
<p>Runs the tests in the given file or standard input. This must