forked from tTh/FloatImg
more startup blabla
This commit is contained in:
parent
fdcc0781eb
commit
4e32daa448
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue