From 9898b6dbdc4a46671b722f988fb51a9288f4c895 Mon Sep 17 00:00:00 2001 From: Joseph Hunkeler Date: Wed, 16 Feb 2022 12:54:53 -0500 Subject: Add missing LF to usage string --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/main.c') 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"); -- cgit