summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authoritchyny <itchyny@cybozu.co.jp>2023-07-22 23:16:03 +0900
committerNico Williams <nico@cryptonector.com>2023-07-23 03:26:44 -0500
commit99a381b5aa2678243f9ccb919d4cf932e4e69810 (patch)
tree154b5e21e75043b506c8642caf703937bde32f43 /docs
parent575372222a7aced6153df416c1abd92abd050b5e (diff)
Improve --help to mention all the command options
Diffstat (limited to 'docs')
-rw-r--r--docs/content/manual/manual.yml2
-rw-r--r--docs/content/manual/v1.4/manual.yml2
-rw-r--r--docs/content/manual/v1.5/manual.yml2
-rw-r--r--docs/content/manual/v1.6/manual.yml2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/manual/manual.yml b/docs/content/manual/manual.yml
index 15495b3c..6568ec1e 100644
--- a/docs/content/manual/manual.yml
+++ b/docs/content/manual/manual.yml
@@ -104,7 +104,7 @@ sections:
You can affect how jq reads and writes its input and output
using some command-line options:
- * `--version`:
+ * `--version`/`-V`:
Output the jq version and exit with zero.
diff --git a/docs/content/manual/v1.4/manual.yml b/docs/content/manual/v1.4/manual.yml
index bca53755..ee8c6a9f 100644
--- a/docs/content/manual/v1.4/manual.yml
+++ b/docs/content/manual/v1.4/manual.yml
@@ -93,7 +93,7 @@ sections:
You can affect how jq reads and writes its input and output
using some command-line options:
- * `--version`:
+ * `--version`/`-V`:
Output the jq version and exit with zero.
diff --git a/docs/content/manual/v1.5/manual.yml b/docs/content/manual/v1.5/manual.yml
index 5b197731..cb93058f 100644
--- a/docs/content/manual/v1.5/manual.yml
+++ b/docs/content/manual/v1.5/manual.yml
@@ -95,7 +95,7 @@ sections:
You can affect how jq reads and writes its input and output
using some command-line options:
- * `--version`:
+ * `--version`/`-V`:
Output the jq version and exit with zero.
diff --git a/docs/content/manual/v1.6/manual.yml b/docs/content/manual/v1.6/manual.yml
index ff27974c..fabf70c9 100644
--- a/docs/content/manual/v1.6/manual.yml
+++ b/docs/content/manual/v1.6/manual.yml
@@ -103,7 +103,7 @@ sections:
You can affect how jq reads and writes its input and output
using some command-line options:
- * `--version`:
+ * `--version`/`-V`:
Output the jq version and exit with zero.