diff options
Diffstat (limited to 'package/jq/Config.in')
-rw-r--r-- | package/jq/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package/jq/Config.in b/package/jq/Config.in index 9329b2fb35..321cbe8b51 100644 --- a/package/jq/Config.in +++ b/package/jq/Config.in @@ -1,8 +1,8 @@ config BR2_PACKAGE_JQ bool "jq" help - 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. + 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. http://stedolan.github.io/jq/ |