From 9f7e9ba46f52492fbc5c3c2d817e59b5f1bb3554 Mon Sep 17 00:00:00 2001 From: Geert Stappers via Dnsmasq-discuss Date: Wed, 18 Dec 2024 23:51:29 +0000 Subject: [PATCH] Minor typo fix, changed a "PCE" into "PXE". --- src/option.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/option.c b/src/option.c index 92f3582..730adf4 100644 --- a/src/option.c +++ b/src/option.c @@ -452,7 +452,7 @@ static struct { { 'o', OPT_ORDER, NULL, gettext_noop("Use nameservers strictly in the order given in %s."), RESOLVFILE }, { 'O', ARG_DUP, "", gettext_noop("Specify options to be sent to DHCP clients."), NULL }, { LOPT_FORCE, ARG_DUP, "", gettext_noop("DHCP option sent even if the client does not request it."), NULL}, - { LOPT_PXE_OPT, ARG_DUP, "", gettext_noop("DHCP option sent only to PCE clients."), NULL}, + { LOPT_PXE_OPT, ARG_DUP, "", gettext_noop("DHCP option sent only to PXE clients."), NULL}, { 'p', ARG_ONE, "", gettext_noop("Specify port to listen for DNS requests on (defaults to 53)."), NULL }, { 'P', ARG_ONE, "", gettext_noop("Maximum supported UDP packet size for EDNS.0 (defaults to %s)."), "*" }, { 'q', ARG_DUP, NULL, gettext_noop("Log DNS queries."), NULL },