summaryrefslogtreecommitdiff
path: root/system/jq/README
diff options
context:
space:
mode:
authorGary Herreman <gary@garyrh.com>2018-11-17 20:05:44 +0000
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2018-11-24 12:35:09 +0700
commite548c560454efd347421fb031dd0eaf3ad0617ad (patch)
treea5013a3103833c6eca67e25d38928b8001669461 /system/jq/README
parent2c18d9a0e4add980d16c3232d7f96c27cefd6fb0 (diff)
downloadslackbuilds-e548c560454efd347421fb031dd0eaf3ad0617ad.tar.gz
system/jq: Updated for version 1.6.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/jq/README')
-rw-r--r--system/jq/README4
1 files changed, 2 insertions, 2 deletions
diff --git a/system/jq/README b/system/jq/README
index 02ab67cff1..26780b8960 100644
--- a/system/jq/README
+++ b/system/jq/README
@@ -1,5 +1,5 @@
jq is a lightweight and flexible command-line JSON processor.
-jq is like sed for JSON data - you can use it to slice and filter
-and map and transform structured data with the same ease that
+jq is like sed for JSON data - you can use it to slice and filter
+and map and transform structured data with the same ease that
sed, awk, grep and friends let you play with text.