From 2f5623b918aab682fa57f48b90c2984cf00213bd Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 16 Feb 2022 13:33:59 -0500 Subject: Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README.md') 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 -- cgit