From 268af0f8a986d4108e7f71ca6999b4b54f0af688 Mon Sep 17 00:00:00 2001 From: Waldir Pimenta Date: Wed, 3 Aug 2016 12:08:25 +0100 Subject: [PATCH] tree: use "levels" in the -L example description for improved mnemonics :) --- 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 b03a9e0c5..bca11fc9b 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' (where 1 means the current directory): +- Show files and directories up to 'num' levels of depth (where 1 means the current directory): `tree -L {{num}}`