From 595194214314eed8e9066d0a51c094391cae7122 Mon Sep 17 00:00:00 2001 From: johnsmith2077 <66582070+johnsmith2077@users.noreply.github.com> Date: Fri, 28 Aug 2020 16:25:06 +0800 Subject: [PATCH] jq: correct description of example (#4299) --- pages/common/jq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/jq.md b/pages/common/jq.md index cedcabd70..8c09e142e 100644 --- a/pages/common/jq.md +++ b/pages/common/jq.md @@ -7,7 +7,7 @@ `jq . {{file.json}}` -- Output all elements from arrays (or all key-value pairs from objects) in a JSON file: +- Output all elements from arrays (or all the values from objects) in a JSON file: `jq '.[]' {{file.json}}`