From 9f81b4df4f65e277c8d4363724a448bfc5608c8c Mon Sep 17 00:00:00 2001 From: albertony <12441419+albertony@users.noreply.github.com> Date: Sun, 19 Jun 2022 19:45:38 +0200 Subject: [PATCH] docs/lsjson: fix code block indentation --- cmd/lsjson/lsjson.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cmd/lsjson/lsjson.go b/cmd/lsjson/lsjson.go index 47bafa4e3..aa23c210d 100644 --- a/cmd/lsjson/lsjson.go +++ b/cmd/lsjson/lsjson.go @@ -41,7 +41,7 @@ var commandDefinition = &cobra.Command{ The output is an array of Items, where each Item looks like this - { + { "Hashes" : { "SHA-1" : "f572d396fae9206628714fb2ce00f72e94f2258f", "MD5" : "b1946ac92492d2347c6235b4d2611184", @@ -59,7 +59,7 @@ The output is an array of Items, where each Item looks like this "Path" : "full/path/goes/here/file.txt", "Size" : 6, "Tier" : "hot", - } + } If --hash is not specified the Hashes property won't be emitted. The types of hash can be specified with the --hash-type parameter (which