From 5655f1c1f57403828bbb0b957ed4d6d84f847c75 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Tue, 19 Jul 2016 12:39:18 +0100 Subject: [PATCH] tree.md: add clarification to -L option (#959) --- pages/common/tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/common/tree.md b/pages/common/tree.md index c488b00ac..515b26032 100644 --- a/pages/common/tree.md +++ b/pages/common/tree.md @@ -2,7 +2,7 @@ > 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}}`