1
0
Fork 0
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:
Waldir Pimenta 2016-07-19 12:39:18 +01:00 committed by Leandro Ostera
parent 6a988e9325
commit 5655f1c1f5

View file

@ -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}}`