ladybird/Base/usr/share/man/man1/tree.md
Tim Ledbetter a5b9fb28c2 Base: Remove trailing colons from man page headings
Most man pages don't have these, so removing them where they do exist
makes things more consistent.
2023-04-01 11:49:57 +01:00

21 lines
377 B
Markdown

## Name
tree
## Synopsis
```sh
$ tree [--all] [--only-directories] [--maximum-depth level] [directories...]
```
## Options
* `-a`, `--all`: Show hidden files
* `-d`, `--only-directories`: Show only directories
* `-L level`, `--maximum-depth level`: Maximum depth of the tree
## Arguments
* `directories`: Directories to print
<!-- Auto-generated through ArgsParser -->