X-Git-Url: https://git.distorted.org.uk/~mdw/udpkey/blobdiff_plain/c33ded254b17ed0b7871ec8ef08ddf447df08952..1f27bade66f86306966c4edb60ea9483d32b29db:/udpkey.c?ds=sidebyside diff --git a/udpkey.c b/udpkey.c index aede953..ca337cc 100644 --- a/udpkey.c +++ b/udpkey.c @@ -980,7 +980,7 @@ static int doquery(int argc, char *argv[]) } } - /* Wee whether this corresponds to any of our servers. Don't just + /* See whether this corresponds to any of our servers. Don't just * check the active servers, since this may be late a reply caused by * retransmissions or similar. */ @@ -1105,7 +1105,7 @@ static int doquery(int argc, char *argv[]) static void usage(FILE *fp) { pquis(fp, "Usage: \n\ - $ [-OPTS] LABEL {ADDR:PORT | FILE} ...\n\ + $ [-OPTS] LABEL {ADDR:PORT[=TAG][#HASH];... | FILE} ...\n\ $ [-OPTS] -l [ADDR:]PORT\n\ "); }