diff options
author | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-02-16 12:54:53 -0500 |
---|---|---|
committer | Joseph Hunkeler <jhunkeler@gmail.com> | 2022-02-16 12:54:53 -0500 |
commit | 9898b6dbdc4a46671b722f988fb51a9288f4c895 (patch) | |
tree | 1618658275f324a3a9e376b90a5b2e0defa8de02 /src | |
parent | a15215bf581d54b7b03da4649df2f9827ac72414 (diff) | |
download | cleanpath-9898b6dbdc4a46671b722f988fb51a9288f4c895.tar.gz |
Add missing LF to usage string
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"); |