aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 4591e22..586a31b 100644
--- a/README.md
+++ b/README.md
@@ -17,13 +17,14 @@ $ make install
# Usage
-```shell
+```text
usage: cleanpath [-hVDAelrsEv] [pattern ...]
--help -h Displays this help message
--version -V Displays the program's version
--default -D Displays default operating system PATH
--list Format output as a list
--all -A Apply to all environment variables
+ --all-list Format --all output as a list
--exact -e Filter when pattern is an exact match (default)
--loose -l Filter when any part of the pattern matches
--regex -r Filter matches with (Extended) Regular Expressions