]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Document -P command line switch in usage.
authorTed Lemon <source@isc.org>
Thu, 5 Apr 2001 22:41:31 +0000 (22:41 +0000)
committerTed Lemon <source@isc.org>
Thu, 5 Apr 2001 22:41:31 +0000 (22:41 +0000)
dhcpctl/omshell.c

index 46198270dd318526cd37db97bc1197e2cb7e4d74..5402e67e20f3eb4aa05ef3abee1ef1929caffb51 100644 (file)
@@ -71,7 +71,7 @@ void classify (struct packet *packet, struct class *class) { }
 static void usage (char *s) {
        fprintf (stderr,
                 "Usage: %s [-n <username>] [-p <password>] "
-                "[-a <algorithm>]\n", s);
+                "[-a <algorithm>] [-P <port>]\n", s);
        exit (1);
 }