diff --git a/content/docs/command-reference/list-url.md b/content/docs/command-reference/list-url.md index 6dc81c7f80..62db9dac89 100644 --- a/content/docs/command-reference/list-url.md +++ b/content/docs/command-reference/list-url.md @@ -18,7 +18,7 @@ Useful to find data to `dvc get-url` or `dvc import-url`. ## Synopsis ```usage -usage: dvc list-url [-h] [-q | -v] [-R] [--size] [--fs-config =] url +usage: dvc list-url [-h] [-q | -v] [-R|-T] [-L depth] [--size] [--fs-config =] url positional arguments: url (See supported URLs in the description) @@ -60,6 +60,10 @@ list files recursively. - `-R`, `--recursive` - recursively list files in all subdirectories. +- `-T`, `--tree` - recurse into directories as a tree. + +- `-L`, `--level ` - limit the depth of recursion. + - `--size` - show sizes. - `--fs-config =` - `dvc remote` config options for the target url.