We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976aa6b commit fd439faCopy full SHA for fd439fa
cmd/ls/lshelp/lshelp.go
@@ -26,6 +26,10 @@ Note that |ls| and |lsl| recurse by default - use |--max-depth 1| to stop the re
26
The other list commands |lsd|,|lsf|,|lsjson| do not recurse by default -
27
use |-R| to make them recurse.
28
29
+List commands prefer a recursive method that uses more memory but fewer
30
+transactions by default. Use |--disable ListR| to suppress the behavior.
31
+See [|--fast-list|](/docs/#fast-list) for more details.
32
+
33
Listing a nonexistent directory will produce an error except for
34
remotes which can't have empty directories (e.g. s3, swift, or gcs -
35
the bucket-based remotes).`, "|", "`")
0 commit comments