more startup blabla

This commit is contained in:
le vieux 2021-02-25 10:55:57 +01:00
parent fdcc0781eb
commit 4e32daa448
1 changed files with 2 additions and 0 deletions

View File

@ -256,6 +256,8 @@ while ((opt = getopt(argc, argv, "B:E:F:ghI:LO:s:T:vw:x:")) != -1) {
if (verbosity) {
fprintf(stderr, "input glob '%s'\n", in_pattern);
fprintf(stderr, "output dir '%s'\n", out_dir);
fprintf(stderr, "src filter '%s'\n", InFchain);
fprintf(stderr, "out filter '%s'\n", OutFchain);
}
foo = parse_filter_chain(0, InFchain);