summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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