diff --git a/README.md b/README.md index 08c2648..cd1156a 100644 --- a/README.md +++ b/README.md @@ -60,8 +60,8 @@ Usage: tree_plus_cli.py [OPTIONS] [PATHS]... Override DEFAULT_IGNORE: Only ignore .ini files. > tree_plus -o -i "*.ini" tests/dot_dot - Syntax Highlight python files in src and tests - > tree_plus -s tree_plus_src/*.py tests/*.py + Disable syntax highlighting for python files in src and tests + > tree_plus -s tree_plus_src/*.py tests/*.py Concise Mode (No Parsing) > tree_plus -c diff --git a/tree_plus_cli.py b/tree_plus_cli.py index db8dacf..98ad193 100644 --- a/tree_plus_cli.py +++ b/tree_plus_cli.py @@ -211,7 +211,7 @@ def main( > tree_plus -o -i "*.ini" tests/dot_dot \b - Syntax Highlight python files in src and tests + Disable syntax highlighting for python files in src and tests > tree_plus -s tree_plus_src/*.py tests/*.py \b