summaryrefslogtreecommitdiff
path: root/usr.sbin/dhcpd
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2023-10-06 05:31:55 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2023-10-06 05:31:55 +0000
commitb3d5dc103a17f39762e4433ca35df4e491a213bc (patch)
tree42033adaa28a0ea09c7eb3bc81235936f4894ac9 /usr.sbin/dhcpd
parent2e14be3552f81612600e01dafe08b50ddf825b8b (diff)
add -v to usage();
Diffstat (limited to 'usr.sbin/dhcpd')
-rw-r--r--usr.sbin/dhcpd/dhcpd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/dhcpd/dhcpd.c b/usr.sbin/dhcpd/dhcpd.c
index f5f8fd1010e..926df9172af 100644
--- a/usr.sbin/dhcpd/dhcpd.c
+++ b/usr.sbin/dhcpd/dhcpd.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dhcpd.c,v 1.58 2023/10/05 18:46:14 mvs Exp $ */
+/* $OpenBSD: dhcpd.c,v 1.59 2023/10/06 05:31:54 jmc Exp $ */
/*
* Copyright (c) 2004 Henning Brauer <henning@cvs.openbsd.org>
@@ -276,7 +276,7 @@ usage(void)
{
extern char *__progname;
- fprintf(stderr, "usage: %s [-dfn] [-A abandoned_ip_table]",
+ fprintf(stderr, "usage: %s [-dfnv] [-A abandoned_ip_table]",
__progname);
fprintf(stderr, " [-C changed_ip_table]\n");
fprintf(stderr, "\t[-c config-file] [-L leased_ip_table]");