From f6456a98bf9a94bd4701dfc9888c78cbb7ca1612 Mon Sep 17 00:00:00 2001 From: Tony Mitchell Date: Wed, 30 Jan 2019 17:17:01 -0800 Subject: [PATCH] Update dhcp_software option in docs to match code (#8348) The code uses 'odhcpd' while the document listed the option as 'dhcpd'. Fixing documentation --- source/_components/device_tracker.ubus.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/device_tracker.ubus.markdown b/source/_components/device_tracker.ubus.markdown index 2e921769617..23fa853e6d8 100644 --- a/source/_components/device_tracker.ubus.markdown +++ b/source/_components/device_tracker.ubus.markdown @@ -83,7 +83,7 @@ password: required: true type: string dhcp_software: - description: "The DHCP software used in your router: `dnsmasq`, `dhcpd`, or `none`." + description: "The DHCP software used in your router: `dnsmasq`, `odhcpd`, or `none`." required: false default: dnsmasq type: string