" # %s [-a] [-i <file> | -s \"json...\"] {-t <pattern> | -e <pattern>}\n"
" -q Quiet, no errors are printed\n"
" -h, --help Print this help\n"
- " -a Implicitely treat input as array, useful for JSON logs\n"
+ " -a Implicitly treat input as array; useful for JSON logs\n"
" -i path Specify a JSON file to parse\n"
" -s \"json\" Specify a JSON string to parse\n"
" -l limit Specify max number of results to show\n"
" This tool implements $, @, [], * and the union operator ','\n"
" plus the usual expressions and literals.\n"
" It does not support the recursive child search operator '..' or\n"
- " the '?()' and '()' filter expressions as those would require a\n"
+ " the '?()' or '()' filter expressions as those would require a\n"
" complete JavaScript engine to support them.\n\n"
"== Examples ==\n\n"
" Display the first IPv4 address on lan:\n"