X-Git-Url: https://git.distorted.org.uk/~mdw/adns/blobdiff_plain/fd60df6638e3121a4de5e5395daed760c6898e50..3d5cde09d167be1609d27d0d93de2096250a310c:/client/adnsresfilter.c diff --git a/client/adnsresfilter.c b/client/adnsresfilter.c index 6891d88..e641d6f 100644 --- a/client/adnsresfilter.c +++ b/client/adnsresfilter.c @@ -7,7 +7,7 @@ * Copyright (C) 1999 Ian Jackson * * It is part of adns, which is - * Copyright (C) 1997-1999 Ian Jackson + * Copyright (C) 1997-2000 Ian Jackson * Copyright (C) 1999 Tony Finch * * This program is free software; you can redistribute it and/or modify @@ -109,11 +109,13 @@ static void outputerr(void) { sysfail("write to stdout"); } static void usage(void) { if (printf("usage: adnsresfilter []\n" " adnsresfilter -h|--help\n" - "options: -b|--brackets\n" - " -w|--wait\n" - " -t|--timeout \n" - " -a|--address (always include address in output)\n" - " -u|--unchecked\n") + "options: -t|--timeout \n" + " -w|--wait (always wait for queries to time out or fail)\n" + " -b|--brackets (require [...] around IP addresses)\n" + " -a|--address (always include [address] in output)\n" + " -u|--unchecked (do not forward map for checking)\n" + "Timeout is the maximum amount to delay any particular bit of output for.\n" + "Lookups will go on in the background. Default timeout = 100 (ms).\n") == EOF) outputerr(); }