From: Ted Lemon Date: Mon, 9 Sep 1996 07:05:49 +0000 (+0000) Subject: Fix usage nit X-Git-Tag: BETA_5_9~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fcd322682dd9895d1ef0424799078cbe4a825fb1;p=thirdparty%2Fdhcp.git Fix usage nit --- diff --git a/dhcpd.c b/dhcpd.c index 77427c212..de296937e 100644 --- a/dhcpd.c +++ b/dhcpd.c @@ -42,7 +42,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.33 1996/09/02 21:37:57 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.34 1996/09/09 07:05:49 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium."; #endif static char copyright[] = @@ -249,7 +249,7 @@ int main (argc, argv, envp) static void usage () { error ("Usage: dhcpd [-p ] [-d] [-f] [-cf config-file]%s", - "\n [-l lease-file] [if0 [...ifN]]"); + "\n [-lf lease-file] [if0 [...ifN]]"); } void cleanup () diff --git a/server/dhcpd.c b/server/dhcpd.c index 77427c212..de296937e 100644 --- a/server/dhcpd.c +++ b/server/dhcpd.c @@ -42,7 +42,7 @@ #ifndef lint static char ocopyright[] = -"$Id: dhcpd.c,v 1.33 1996/09/02 21:37:57 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium."; +"$Id: dhcpd.c,v 1.34 1996/09/09 07:05:49 mellon Exp $ Copyright 1995, 1996 The Internet Software Consortium."; #endif static char copyright[] = @@ -249,7 +249,7 @@ int main (argc, argv, envp) static void usage () { error ("Usage: dhcpd [-p ] [-d] [-f] [-cf config-file]%s", - "\n [-l lease-file] [if0 [...ifN]]"); + "\n [-lf lease-file] [if0 [...ifN]]"); } void cleanup ()