X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~yarrgweb/git?a=blobdiff_plain;f=pctb%2Fconvert.c;h=e6e0102e6b02b69fb7031d52de2a43a80dc03e18;hb=cfc4716fb0471f32a63072527dc4a462fe73ca99;hp=6bc9b2c8897d28ce7f88793a0d424ef131d3e76c;hpb=60cd4954d1d3c11c46251f68e2d56f24661a6d67;p=ypp-sc-tools.web-live.git diff --git a/pctb/convert.c b/pctb/convert.c index 6bc9b2c..e6e0102 100644 --- a/pctb/convert.c +++ b/pctb/convert.c @@ -119,6 +119,8 @@ static void rsync_core(const char *stem, const char *suffix, const char *zopt) { pid_t fetcher; + progress("Updating dictionary %s...",stem); + sysassert( (fetcher= fork()) != -1 ); if (!fetcher) { const char *rsync= getenv("YPPSC_PCTB_RSYNC"); @@ -216,7 +218,8 @@ int main(int argc, char **argv) { IS("--best-prices")) o_outmode_kind=omk_str, o_outmode_str=arg+2; - else if (IS("--screenshot-file")) o_screenshot_fn= ARGVAL; + else if (IS("--screenshot-file")|| + IS("--screenshots-file")) o_screenshot_fn= ARGVAL; else if (IS("--pctb-server")) o_serv_pctb= ARGVAL; else if (IS("--dict-submit-server")) o_serv_dict_submit= ARGVAL; else if (IS("--dict-update-server")) o_serv_dict_fetch= ARGVAL;