From afe72ad6414e0faedd3d780d9328e514b0083cae Mon Sep 17 00:00:00 2001 From: Paul Donald Date: Mon, 11 Nov 2024 15:36:42 +0100 Subject: [PATCH] main: usage spell fixes Signed-off-by: Paul Donald --- main.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/main.c b/main.c index a0c7b03..6f29f59 100644 --- a/main.c +++ b/main.c @@ -46,7 +46,7 @@ print_usage(char *app) " # %s [-a] [-i | -s \"json...\"] {-t | -e }\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" @@ -59,7 +59,7 @@ print_usage(char *app) " 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" -- 2.30.2