diff options
author | 2004-02-24 20:33:07 +0000 | |
---|---|---|
committer | 2004-02-24 20:33:07 +0000 | |
commit | e7ddd52978bd19414e940c937bb7688187b78878 (patch) | |
tree | 51b87a163f03bbef1003b7a9edf526a5e3f0114a | |
parent | support CPU_CHR2BLK sysctl (diff) | |
download | wireguard-openbsd-e7ddd52978bd19414e940c937bb7688187b78878.tar.xz wireguard-openbsd-e7ddd52978bd19414e940c937bb7688187b78878.zip |
fix usage(); extracted from a mail by Ward Wouts <ward@wizeazz.nl>
-rw-r--r-- | usr.sbin/dhcp/relay/dhcrelay.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/dhcp/relay/dhcrelay.c b/usr.sbin/dhcp/relay/dhcrelay.c index 46d18c3eb90..d8c28bfe176 100644 --- a/usr.sbin/dhcp/relay/dhcrelay.c +++ b/usr.sbin/dhcp/relay/dhcrelay.c @@ -349,7 +349,7 @@ static void usage (appname) note (url); note ("%s", ""); - warn ("Usage: %s [-i] [-d] [-i if0] [...-i ifN] [-p <port>]", appname); + warn ("Usage: %s [-q] [-d] [-i if0] [...-i ifN] [-p <port>]", appname); error (" [-pf pidfilename] [server1 [... serverN]]"); } |