From dd23e319ee2e1ef6e2482e118fb756bdd3094f69 Mon Sep 17 00:00:00 2001 From: gkze Date: Wed, 28 Jan 2015 21:59:42 -0800 Subject: [PATCH] Typo --- src/_jq | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/_jq b/src/_jq index 5d87b87..79f7e1c 100644 --- a/src/_jq +++ b/src/_jq @@ -41,7 +41,7 @@ declare -a opts args args=( '--argfile[This option passes the first value from the named file as a value to the jq program as a predefined variable]' - '--unbuffered)[Flush the output after each JSON object is printed]' + '--unbuffered[Flush the output after each JSON object is printed]' '(-C --color-output)'{-C,--color-output}'[Colorize the output even if writing to a pipe or a file]' '(-I --online-input)'{-I,--online-input}'[When the top-level input value is an array produce its elements instead of the array]' '(-M --monochrome-output)'{-M,--monochrome-output}'[Not colorize the output]'