From 0a39d29c53f97a646fbbf1d97924b8c86e2fc040 Mon Sep 17 00:00:00 2001 From: Mike Farah Date: Fri, 7 Feb 2020 11:26:29 +1100 Subject: [PATCH] Updated readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 93ee7f2..323f3b2 100644 --- a/README.md +++ b/README.md @@ -114,8 +114,9 @@ Available Commands: Flags: -h, --help help for yq + -I, --indent int sets indent level for output (default 2) -P, --prettyPrint pretty print - -j, --tojson output as json + -j, --tojson output as json. By default it prints a json document in one line, use the prettyPrint flag to print a formatted doc. -v, --verbose verbose mode -V, --version Print version information and quit