docs/lsjson: fix code block indentation

This commit is contained in:
albertony 2022-06-19 19:45:38 +02:00
parent bf54c909c9
commit 9f81b4df4f
1 changed files with 2 additions and 2 deletions

View File

@ -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