Corrections

This commit is contained in:
gkze 2015-01-28 20:54:25 -08:00
parent 36a54e16e1
commit dfa1f7c6aa
1 changed files with 3 additions and 3 deletions

View File

@ -40,13 +40,13 @@
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]'
'(-R --raw-input)'{-R,--raw-input}'[Parse the input as not JSON but string]'
'(-S --sort-keys)'{-S, --sort-keys}'[Output the fields of each object with the keys in sorted order]'
'(-S --sort-keys)'{-S,--sort-keys}'[Output the fields of each object with the keys in sorted order]'
'(-V --version)'{-V,--version}'[Display version information]'
'(-a --ascii-output)'{-a,--ascii-output}'[Output with pure ASCII characters]'
'(-e --exit-status)'{-e,--exit-status}'[Sets the exitstatus of jq to 0 if the last output values was neither false nor null, 1 if the last output value was either false or null, or 4 if no valid result was ever produced]'