aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJoseph Hunkeler <jhunkeler@gmail.com>2022-02-16 12:54:53 -0500
committerJoseph Hunkeler <jhunkeler@gmail.com>2022-02-16 12:54:53 -0500
commit9898b6dbdc4a46671b722f988fb51a9288f4c895 (patch)
tree1618658275f324a3a9e376b90a5b2e0defa8de02 /src
parenta15215bf581d54b7b03da4649df2f9827ac72414 (diff)
downloadcleanpath-9898b6dbdc4a46671b722f988fb51a9288f4c895.tar.gz
Add missing LF to usage string
Diffstat (limited to 'src')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 7689035..19eb7e4 100644
--- a/src/main.c
+++ b/src/main.c
@@ -121,7 +121,7 @@ static void show_usage() {
printf(" --default -D Displays default operating system PATH " CLEANPATH_MSG_NO_DEFAULT_PATH "\n");
printf(" --list Format output as a list\n");
printf(" --all -A Apply to all environment variables\n");
- printf(" --all-list Format --all output as a list");
+ printf(" --all-list Format --all output as a list\n");
printf(" --exact -e Filter when pattern is an exact match (default)\n");
printf(" --loose -l Filter when any part of the pattern matches\n");
printf(" --regex -r Filter matches with (Extended) Regular Expressions " CLEANPATH_MSG_NO_REGEX "\n");