[cvs] bogofilter/src bogoutil.c,1.155,1.156

Matthias Andree matthias.andree at gmx.de
Mon Dec 27 23:24:19 CET 2004


relson at users.sourceforge.net writes:

> Update of /cvsroot/bogofilter/bogofilter/src
> In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24974
>
> Modified Files:
> 	bogoutil.c 
> Log Message:
> Fix error message.

Haven't yet checked who supports long options, but we have more of
these:

src/bogoconfig.c:       fprintf(stderr, "Cannot parse -%c option argument '%s'.\n", opt, arg);
src/bogoconfig.c:       fprintf(stderr, "Option -%c requires an argument.\n", optopt);
src/bogolexer.c:        fprintf(stderr, "Option -%c requires an argument.\n", optopt);

I wonder if we want to look into gengetopt, AutoOpts or popt - these are
the three better-known option parse helpers.

-- 
Matthias Andree



More information about the bogofilter-dev mailing list