From 951ba68794bc228e00c40d36cca44c65da69603c Mon Sep 17 00:00:00 2001 From: Thorsten Töpper Date: Sun, 1 Mar 2026 19:30:09 +0100 Subject: Be more verbose when scanning. --- src/options.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/options.c') diff --git a/src/options.c b/src/options.c index 7bcd9b0..0b55df1 100644 --- a/src/options.c +++ b/src/options.c @@ -59,6 +59,7 @@ void usage(char *executable) { fprintf(stderr, " %-10s %-10s %s\n", "analyze", "", "Currently no parameter"); fprintf(stderr, " %-10s %-10s %s\n", "dump", "fullpath", "Print the full stored path of each files entry"); fprintf(stderr, " %-10s %-10s %s\n", "", "fileinfos", "Print all entries combined with hashes"); + fprintf(stderr, " %-10s %-10s %s\n", "", "filenames", "Print all filenames (without path)"); fprintf(stderr, " %-10s %-10s %s\n", "scan", "", "path in the FS below which files should be scanned"); } -- cgit v1.3