aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2022-02-16 13:33:59 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2022-02-16 13:33:59 -0500
commit2f5623b918aab682fa57f48b90c2984cf00213bd (patch)
treeb287fd8af601b678ed8a886fd417457bc3840dd1
parent516f1c801ade6f9a2b8b60099f9e7e9ffc073db8 (diff)
downloadcleanpath-2f5623b918aab682fa57f48b90c2984cf00213bd.tar.gz
Update 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