forked from TrueCloudLab/rclone
docs/lsjson: fix code block indentation
This commit is contained in:
parent
bf54c909c9
commit
9f81b4df4f
1 changed files with 2 additions and 2 deletions
|
@ -41,7 +41,7 @@ var commandDefinition = &cobra.Command{
|
||||||
|
|
||||||
The output is an array of Items, where each Item looks like this
|
The output is an array of Items, where each Item looks like this
|
||||||
|
|
||||||
{
|
{
|
||||||
"Hashes" : {
|
"Hashes" : {
|
||||||
"SHA-1" : "f572d396fae9206628714fb2ce00f72e94f2258f",
|
"SHA-1" : "f572d396fae9206628714fb2ce00f72e94f2258f",
|
||||||
"MD5" : "b1946ac92492d2347c6235b4d2611184",
|
"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",
|
"Path" : "full/path/goes/here/file.txt",
|
||||||
"Size" : 6,
|
"Size" : 6,
|
||||||
"Tier" : "hot",
|
"Tier" : "hot",
|
||||||
}
|
}
|
||||||
|
|
||||||
If --hash is not specified the Hashes property won't be emitted. The
|
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
|
types of hash can be specified with the --hash-type parameter (which
|
||||||
|
|
Loading…
Add table
Reference in a new issue