From cb2e4e1359970bf1fd26d8de9c89f3bafd5d5904 Mon Sep 17 00:00:00 2001 From: tth Date: Tue, 30 Mar 2021 10:47:44 +0200 Subject: [PATCH] display size of pic --- Fonderie/singlepass.c | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Fonderie/singlepass.c b/Fonderie/singlepass.c index 2796127..c3154b2 100644 --- a/Fonderie/singlepass.c +++ b/Fonderie/singlepass.c @@ -71,7 +71,6 @@ if (0 == globbuf.gl_pathc) { for (idx=0; idx %d\n", @@ -119,7 +125,7 @@ puts("------ Single pass serial filter ------\nusage:"); puts("\t-F\tdefine:the:filter:chain"); puts("\t-g\tinput glob pattern"); puts("\t-L\tlist available filters"); -puts("\t-O\t/output/directory"); +puts("\t-O\t/output/directory (default ./p8)"); // puts("\t-s\tdo single test"); puts("\t-v\tspit more messages");