summaryrefslogtreecommitdiffstats
path: root/jq.1.prebuilt
diff options
context:
space:
mode:
authorNicolas Williams <nico@cryptonector.com>2014-06-17 18:59:35 -0500
committerNicolas Williams <nico@cryptonector.com>2014-06-17 18:59:35 -0500
commit0c762925b22de041c0a41b6092838c27a7454b52 (patch)
tree70ae40ecd809bb7fd3ce491999f5c796ff8505c6 /jq.1.prebuilt
parentad520265501f59de2572042506727a77bd0bb7ac (diff)
Add `-j` / `--join-output` option, similar to `-r`
Fix #215.
Diffstat (limited to 'jq.1.prebuilt')
-rw-r--r--jq.1.prebuilt8
1 files changed, 7 insertions, 1 deletions
diff --git a/jq.1.prebuilt b/jq.1.prebuilt
index ce0f7d6d..b827ba64 100644
--- a/jq.1.prebuilt
+++ b/jq.1.prebuilt
@@ -109,6 +109,12 @@ Output the fields of each object with the keys in sorted order\.
With this option, if the filter\'s result is a string then it will be written directly to standard output rather than being formatted as a JSON string with quotes\. This can be useful for making jq filters talk to non\-JSON\-based systems\.
.
.IP "\(bu" 4
+\fB\-\-join\-output\fR / \fB\-j\fR:
+.
+.IP
+Like \fB\-r\fR but jq won\'t print a newline after each output\.
+.
+.IP "\(bu" 4
\fB\-f filename\fR / \fB\-\-from\-file filename\fR:
.
.IP
@@ -1937,7 +1943,7 @@ jq \'\.foo += 1\'
.IP "" 0
.
.SS "Complex assignments"
-Lots more things are allowed on the left\-hand side of a jq assignment than in most langauges\. We\'ve already seen simple field accesses on the left hand side, and it\'s no surprise that array accesses work just as well:
+Lots more things are allowed on the left\-hand side of a jq assignment than in most languages\. We\'ve already seen simple field accesses on the left hand side, and it\'s no surprise that array accesses work just as well:
.
.IP "" 4
.