diff --git a/confluent_server/confluent/config/attributes.py b/confluent_server/confluent/config/attributes.py index 5a4c18a6..2d13035d 100644 --- a/confluent_server/confluent/config/attributes.py +++ b/confluent_server/confluent/config/attributes.py @@ -474,7 +474,7 @@ node = { 'interface for IPv4. "firmwaredhcp" means to defer to ' 'external DHCP server during firmware execution, but ' 'use static for OS. "firmwarenone" means to suppress ' - 'even the no-IP dhcp offers, to fully delegate to an external + 'even the no-IP dhcp offers, to fully delegate to an external ' 'dhcp/pxe configuration, even for confluent deployment.', 'validvalues': ('dhcp', 'static', 'firmwaredhcp', 'firmwarenone', 'none') },