diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-02-16 13:33:59 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-02-16 13:33:59 -0500 |
commit | 2f5623b918aab682fa57f48b90c2984cf00213bd (patch) | |
tree | b287fd8af601b678ed8a886fd417457bc3840dd1 /README.md | |
parent | 516f1c801ade6f9a2b8b60099f9e7e9ffc073db8 (diff) | |
download | cleanpath-2f5623b918aab682fa57f48b90c2984cf00213bd.tar.gz |
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |