X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=util%2Fres-test.c;fp=util%2Fres-test.c;h=d947dde0f46cd81c527aee13240146122e9b697a;hb=1b29b77f09ae310c41f9cd0a6eeea2d562b7729e;hp=0e6df18375f31fe1550936c7084c8d32c80e0090;hpb=35c328bab4365f6404108702ffcbdb23fe5d910e;p=idzebra-moved-to-github.git diff --git a/util/res-test.c b/util/res-test.c index 0e6df18..d947dde 100644 --- a/util/res-test.c +++ b/util/res-test.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: res-test.c,v $ - * Revision 1.3 1994-08-18 11:02:27 adam + * Revision 1.4 1994-10-04 17:47:11 adam + * Function options now returns arg with error option. + * + * Revision 1.3 1994/08/18 11:02:27 adam * Implementation of res_write. * * Revision 1.2 1994/08/18 10:02:01 adam @@ -45,12 +48,12 @@ int main(int argc, char **argv) write_flag = 1; else { - log (LOG_FATAL, "unknown option"); + log (LOG_FATAL, "Unknown option '-%s'", arg); exit (1); } if (!resfile) { - log (LOG_FATAL, "Now resource file given."); + log (LOG_FATAL, "No resource file given."); exit (1); } res = res_open (resfile);