diff options
| author | Thorsten Töpper <atsutane@freethoughts.de> | 2026-03-01 19:30:09 +0100 |
|---|---|---|
| committer | Thorsten Töpper <atsutane@freethoughts.de> | 2026-03-01 19:30:09 +0100 |
| commit | 951ba68794bc228e00c40d36cca44c65da69603c (patch) | |
| tree | eb36035362a55b2a3a5fe3244e741d186f00753f /src/options.c | |
| parent | 97accf560f501677bc0a5432a85e6f6fd1f16b3b (diff) | |
| download | duplicate_finder-951ba68794bc228e00c40d36cca44c65da69603c.tar.gz duplicate_finder-951ba68794bc228e00c40d36cca44c65da69603c.tar.bz2 | |
Be more verbose when scanning.
Diffstat (limited to 'src/options.c')
| -rw-r--r-- | src/options.c | 1 |
1 files changed, 1 insertions, 0 deletions
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"); } |
