X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=dict%2Fdicttest.c;h=1ba36b79228f9ff82adeb74c15ae7358ea3b3989;hb=1be48ad78cce44fb509d90164e5b2723e4110c96;hp=d9acca42ba90d85671b17dec78c45705740dfd52;hpb=a15e6ea036010b9e0f9be59e81461c8a4e894db4;p=idzebra-moved-to-github.git diff --git a/dict/dicttest.c b/dict/dicttest.c index d9acca4..1ba36b7 100644 --- a/dict/dicttest.c +++ b/dict/dicttest.c @@ -4,7 +4,10 @@ * Sebastian Hammer, Adam Dickmeiss * * $Log: dicttest.c,v $ - * Revision 1.13 1994-10-04 12:08:05 adam + * Revision 1.14 1994-10-04 17:46:55 adam + * Function options now returns arg with error option. + * + * Revision 1.13 1994/10/04 12:08:05 adam * Some bug fixes and some optimizations. * * Revision 1.12 1994/10/03 17:23:03 adam @@ -142,7 +145,7 @@ int main (int argc, char **argv) } else { - log (LOG_FATAL, "unknown option"); + log (LOG_FATAL, "Unknown option '-%s'", arg); exit (1); } }