diff options
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"); } |
