From ef856c6ba5774cd8ec23acd71496846e794e3872 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Thu, 7 Jan 2021 12:09:41 -0800 Subject: [PATCH] clarify -q option --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 332f6b3b..f6149140 100644 --- a/README.md +++ b/README.md @@ -186,7 +186,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio - `-d` debug mode. Prints trace messages if parsing issues encountered (use `-dd` for verbose debugging) - `-m` monochrome JSON output - `-p` pretty format the JSON output -- `-q` quiet mode. Suppresses warning messages +- `-q` quiet mode. Suppresses parser warning messages - `-r` raw output. Provides a more literal JSON output with all values as strings and no additional semantic processing ### Setting Custom Colors via Environment Variable