From: Ted Lemon Date: Fri, 19 Feb 1999 18:32:46 +0000 (+0000) Subject: Update usage message. X-Git-Tag: V2-BETA-1-PATCH-14~3 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=1e9cd9346e3e2243b6a6db5babddb5fee2270588;p=thirdparty%2Fdhcp.git Update usage message. --- diff --git a/relay/dhcrelay.c b/relay/dhcrelay.c index 0238353e1..cda4be6ce 100644 --- a/relay/dhcrelay.c +++ b/relay/dhcrelay.c @@ -42,7 +42,7 @@ #ifndef lint static char ocopyright [] = -"$Id: dhcrelay.c,v 1.9.2.14 1999/02/19 18:30:21 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; +"$Id: dhcrelay.c,v 1.9.2.15 1999/02/19 18:32:46 mellon Exp $ Copyright (c) 1997, 1998, 1999 The Internet Software Consortium. All rights reserved.\n"; #endif /* not lint */ #include "dhcpd.h" @@ -341,7 +341,8 @@ void relay (ip, packet, length, from_port, from, hfrom) static void usage () { - error ("Usage: dhcrelay [-c] [-p ] [server1 [... serverN]]"); + warn ("Usage: dhcrelay [-i] [-d] [-i if0] [...-i ifN] [-p ]"); + error (" [server1 [... serverN]]"); } void cleanup ()