From c2c55af1a9bff5f74db6e9a270d6dcc9494a6e93 Mon Sep 17 00:00:00 2001 From: Andrea Date: Sun, 25 Oct 2020 17:55:22 +0100 Subject: [PATCH] tree: fix -N option description --- pages/linux/tree.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/linux/tree.md b/pages/linux/tree.md index 8a13dc90ee..fb068c0df2 100644 --- a/pages/linux/tree.md +++ b/pages/linux/tree.md @@ -15,7 +15,7 @@ `tree -a -C` -- Print the tree without indentation lines, showing the full path instead (use `-N` to not escape whitespace and special characters): +- Print the tree without indentation lines, showing the full path instead (use `-N` to not escape non-printable characters): `tree -i -f`