From ce80376a2fba7d7bbed7cb1a9cf567a874bfaa41 Mon Sep 17 00:00:00 2001 From: Unbewohnte Date: Sun, 1 May 2022 16:33:52 +0300 Subject: [PATCH] Fixed help message --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 9cfa47d..2db9d42 100755 --- a/src/main.cpp +++ b/src/main.cpp @@ -36,7 +36,7 @@ void print_help() { << "[FLAGS]\n" << "-v | --version -> print version information and exit\n" << "-h | --help -> print this message and exit\n" - << "-ie | --ignore-empty -> do not remove empty files when sweeping" + << "-ie | --ignore-empty -> do not remove empty files when sweeping\n" << "-od | --output-directory -> path to the directory to save results file in when scanning\n\n" << "[COMMANDS]\n"