Update dhcp_software option in docs to match code (#8348)

The code uses 'odhcpd' while the document listed the option as 'dhcpd'. Fixing documentation
This commit is contained in:
Tony Mitchell 2019-01-30 17:17:01 -08:00 committed by Klaas Schoute
parent e6d2c29dc3
commit f6456a98bf

View File

@ -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