From e12d0ffd1e7ba313c7ca94282162516d6fcafaf5 Mon Sep 17 00:00:00 2001 From: Nicolas Williams Date: Thu, 26 Dec 2013 18:48:51 -0600 Subject: [PATCH] Document --version --- docs/content/3.manual/manual.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/content/3.manual/manual.yml b/docs/content/3.manual/manual.yml index d9014a5..0261738 100644 --- a/docs/content/3.manual/manual.yml +++ b/docs/content/3.manual/manual.yml @@ -82,6 +82,10 @@ sections: You can affect how jq reads and writes its input and output using some command-line options: + * `--version`: + + Output the jq version and exit with zero. + * `--slurp`/`-s`: Instead of running the filter for each JSON object in the -- 2.50.0