]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
Fix usage nit
authorTed Lemon <source@isc.org>
Mon, 9 Sep 1996 07:05:49 +0000 (07:05 +0000)
committerTed Lemon <source@isc.org>
Mon, 9 Sep 1996 07:05:49 +0000 (07:05 +0000)
dhcpd.c
server/dhcpd.c

diff --git a/dhcpd.c b/dhcpd.c
index 77427c2125163812ca76575c7d4be5b61feb3070..de296937efe2945524766aa38ad9035733b931ac 100644 (file)
--- 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 <UDP port #>] [-d] [-f] [-cf config-file]%s",
-              "\n            [-l lease-file] [if0 [...ifN]]");
+              "\n            [-lf lease-file] [if0 [...ifN]]");
 }
 
 void cleanup ()
index 77427c2125163812ca76575c7d4be5b61feb3070..de296937efe2945524766aa38ad9035733b931ac 100644 (file)
@@ -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 <UDP port #>] [-d] [-f] [-cf config-file]%s",
-              "\n            [-l lease-file] [if0 [...ifN]]");
+              "\n            [-lf lease-file] [if0 [...ifN]]");
 }
 
 void cleanup ()