summaryrefslogtreecommitdiffstats
path: root/package/jq
diff options
context:
space:
mode:
authorAdam Duskett <Aduskett@gmail.com>2017-07-31 09:53:47 -0400
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-31 19:09:39 +0200
commit3fe76fbd7b9813f341ebc6fc1da6208773aca0e7 (patch)
treef8d0c3f4caf302e56e2fee7b91328bbe8248413d /package/jq
parentd0b45144c3001593869fc5dfb12f1a119b960ba2 (diff)
downloadbuildroot-3fe76fbd7b9813f341ebc6fc1da6208773aca0e7.tar.gz
buildroot-3fe76fbd7b9813f341ebc6fc1da6208773aca0e7.zip
package/j*: fix wrapping of Config.in help text
The check-package script when ran gives warnings on text wrapping on all of these Config files. This patch cleans up all warnings related to the text wrapping for the Config files starting with the letter j in the package directory. The appropriate indentation is: <tab><2 spaces><62 chars> See http://nightly.buildroot.org/#writing-rules-config-in for more information. Signed-off-by: Adam Duskett <aduskett@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/jq')
-rw-r--r--package/jq/Config.in6
-rw-r--r--package/jq/Config.in.host10
2 files changed, 8 insertions, 8 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/
diff --git a/package/jq/Config.in.host b/package/jq/Config.in.host
index a0aabc0b30..9fc0e99058 100644
--- a/package/jq/Config.in.host
+++ b/package/jq/Config.in.host
@@ -1,11 +1,11 @@
config BR2_PACKAGE_HOST_JQ
bool "host 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.
- As a host tool, jq can be useful to create/edit/merge/check JSON
- files from a post-build script.
+ As a host tool, jq can be useful to create/edit/merge/check
+ JSON files from a post-build script.
http://stedolan.github.io/jq/
OpenPOWER on IntegriCloud