Corrections
This commit is contained in:
parent
36a54e16e1
commit
dfa1f7c6aa
4
src/_jq
4
src/_jq
|
@ -40,8 +40,8 @@
|
|||
|
||||
declare -a opts args
|
||||
args=(
|
||||
'(--argfile)'{--argfile}'[This option passes the first value from the named file as a value to the jq program as a predefined variable]'
|
||||
'(--unbuffered)'{--unbuffered}'[Flush the output after each JSON object is printed]'
|
||||
'--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]'
|
||||
'(-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]'
|
||||
|
|
Loading…
Reference in New Issue