From e31919c8fcfcafbe08fbe3439c38798f418d8d8b Mon Sep 17 00:00:00 2001 From: Yukai Chou Date: Thu, 23 Nov 2023 07:20:41 +0800 Subject: [PATCH] Update link to jq docs --- pkg/cmd/root/help_topic.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/cmd/root/help_topic.go b/pkg/cmd/root/help_topic.go index 2476b2b5e..f460d8bf8 100644 --- a/pkg/cmd/root/help_topic.go +++ b/pkg/cmd/root/help_topic.go @@ -125,7 +125,7 @@ var HelpTopics = []helpTopic{ array, fields from an object, create a new array, and more. The %[1]sjq%[1]s utility does not need to be installed on the system to use this formatting directive. When connected to a terminal, the output is automatically pretty-printed. To learn about jq query syntax, see: - + The %[1]s--template%[1]s flag requires a string argument in Go template syntax, and will only print those JSON values which match the query.