udpkey.c: Fix embarrassing typo.
[udpkey] / udpkey.c
index aede953..ca337cc 100644 (file)
--- 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\
 ");
 }