From f4c033a6a602d63e8f6af33bc2e335d5ee0c2110 Mon Sep 17 00:00:00 2001 From: Evan Harris Date: Tue, 9 Apr 2024 06:53:49 -0500 Subject: [PATCH] lsjson: small docs change to clarify options --- 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 00cb0f4b6..91af96d6f 100644 --- a/cmd/lsjson/lsjson.go +++ b/cmd/lsjson/lsjson.go @@ -63,7 +63,7 @@ The output is an array of Items, where each Item looks like this "Tier" : "hot", } -If ` + "`--hash`" + ` is not specified the Hashes property won't be emitted. The +If ` + "`--hash`" + ` is not specified, the Hashes property will be omitted. The types of hash can be specified with the ` + "`--hash-type`" + ` parameter (which may be repeated). If ` + "`--hash-type`" + ` is set then it implies ` + "`--hash`" + `. @@ -75,7 +75,7 @@ If ` + "`--no-mimetype`" + ` is specified then MimeType will be blank. This can speed things up on remotes where reading the MimeType takes an extra request (e.g. s3, swift). -If ` + "`--encrypted`" + ` is not specified the Encrypted won't be emitted. +If ` + "`--encrypted`" + ` is not specified the Encrypted will be omitted. If ` + "`--dirs-only`" + ` is not specified files in addition to directories are returned