summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcrelay/dhcrelay.c
diff options
context:
space:
mode:
authorJared Yanovich <jaredy@cvs.openbsd.org>2004-08-15 23:24:15 +0000
committerJared Yanovich <jaredy@cvs.openbsd.org>2004-08-15 23:24:15 +0000
commit09f12550b68292810b948d94dccb527d1fcd323c (patch)
tree97f862344ebd8634dab615a9cf4fdba663bf9074 /usr.sbin/dhcrelay/dhcrelay.c
parent147546ccf3caf5b2d5944a60635e78263624ce32 (diff)
-p and -q are no more
ok deraadt
Diffstat (limited to 'usr.sbin/dhcrelay/dhcrelay.c')
-rw-r--r--usr.sbin/dhcrelay/dhcrelay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcrelay/dhcrelay.c b/usr.sbin/dhcrelay/dhcrelay.c
index 26c744356ce..7cf9c1a9a6b 100644
--- a/usr.sbin/dhcrelay/dhcrelay.c
+++ b/usr.sbin/dhcrelay/dhcrelay.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcrelay.c,v 1.20 2004/05/12 10:41:08 henning Exp $ */
+/* $OpenBSD: dhcrelay.c,v 1.21 2004/08/15 23:24:14 jaredy Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org>
@@ -240,7 +240,7 @@ usage(void)
{
extern char *__progname;
- fprintf(stderr, "Usage: %s [-q] [-d] [-p <port>] ", __progname);
+ fprintf(stderr, "Usage: %s [-d] ", __progname);
fprintf(stderr, "-i interface server1 [... serverN]\n");
exit(1);
}