diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-15 08:34:21 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2004-04-15 08:34:21 +0000 |
commit | a0294e2372c9e893cdbde3eed2b82426cb15d052 (patch) | |
tree | 169f6bfa8225b18f8d43ea4c74cb6d29e1d1ef60 /usr.sbin/dhcpd/dhcpd.c | |
parent | 896f5e439204d9c898a22c51b16419ebee54e4d7 (diff) |
- trim/update AUTHORS
- standard options list and correct SYNOPSIS for dhcpd(8)
- sync usage()
ok henning@
Diffstat (limited to 'usr.sbin/dhcpd/dhcpd.c')
-rw-r--r-- | usr.sbin/dhcpd/dhcpd.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.c b/usr.sbin/dhcpd/dhcpd.c index c22d0641591..5a0b3bf4a0a 100644 --- a/usr.sbin/dhcpd/dhcpd.c +++ b/usr.sbin/dhcpd/dhcpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dhcpd.c,v 1.9 2004/04/14 04:34:19 deraadt Exp $ */ +/* $OpenBSD: dhcpd.c,v 1.10 2004/04/15 08:34:20 jmc Exp $ */ /* * Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org> @@ -162,9 +162,9 @@ usage(void) { extern char *__progname; - fprintf(stderr, "usage: %s [-df] [-p <port>] [-c config-file]", + fprintf(stderr, "usage: %s [-df] [-c config-file] [-l lease-file]", __progname); - fprintf(stderr, " [-l lease-file] [if0 [...ifN]]\n"); + fprintf(stderr, " [-p port] [if0 [...ifN]]\n"); exit(1); } |