mirror of
https://github.com/tldr-pages/tldr.git
synced 2024-10-31 16:18:00 +01:00
tree.md: add clarification to -L option (#959)
This commit is contained in:
parent
6a988e9325
commit
5655f1c1f5
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Show the contents of the current directory as a tree.
|
> Show the contents of the current directory as a tree.
|
||||||
|
|
||||||
- Show files and directories with a depth of 'num':
|
- Show files and directories with a depth of 'num' (where 1 means the current directory):
|
||||||
|
|
||||||
`tree -L {{num}}`
|
`tree -L {{num}}`
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue