tree: fix -N option description

This commit is contained in:
Andrea 2020-10-25 17:55:22 +01:00 committed by Starbeamrainbowlabs
parent 11f2e46358
commit c2c55af1a9

View File

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