From e0d430c26c38db8de5a32741e05df412cffe45b7 Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 6 Apr 2021 11:00:46 -0700 Subject: [PATCH] update -r raw option info --- README.md | 2 +- templates/readme_template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e66f6333..f8951c5c 100644 --- a/README.md +++ b/README.md @@ -202,7 +202,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio - `-m` monochrome JSON output - `-p` pretty format the JSON output - `-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 +- `-r` raw output. Provides a more literal JSON output, typically with strings values and no additional semantic processing - `-v` version information ### Setting Custom Colors via Environment Variable diff --git a/templates/readme_template b/templates/readme_template index 5a9a77b9..7e6534f4 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -134,7 +134,7 @@ The JSON output can be compact (default) or pretty formatted with the `-p` optio - `-m` monochrome JSON output - `-p` pretty format the JSON output - `-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 +- `-r` raw output. Provides a more literal JSON output, typically with strings values and no additional semantic processing - `-v` version information ### Setting Custom Colors via Environment Variable