From 8bc9b2b8834295e14ac59cb4efde59b923dfea9f Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 13 Oct 2020 18:03:04 -0400 Subject: [PATCH] docs: grammar: examples are examples Signed-off-by: Josh Soref --- cmd/ls/lshelp/lshelp.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/ls/lshelp/lshelp.go b/cmd/ls/lshelp/lshelp.go index 6827e584c..563a79460 100644 --- a/cmd/ls/lshelp/lshelp.go +++ b/cmd/ls/lshelp/lshelp.go @@ -21,6 +21,6 @@ Note that ` + "`ls` and `lsl`" + ` recurse by default - use "--max-depth 1" to s The other list commands ` + "`lsd`,`lsf`,`lsjson`" + ` do not recurse by default - use "-R" to make them recurse. Listing a non existent directory will produce an error except for -remotes which can't have empty directories (e.g. s3, swift, gcs, etc - +remotes which can't have empty directories (e.g. s3, swift, or gcs - the bucket based remotes). `