summaryrefslogtreecommitdiffstats
path: root/src/bin/dhcp4/dhcp4_lexer.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/bin/dhcp4/dhcp4_lexer.cc')
-rw-r--r--src/bin/dhcp4/dhcp4_lexer.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bin/dhcp4/dhcp4_lexer.cc b/src/bin/dhcp4/dhcp4_lexer.cc
index 7146717743..4190ba2a66 100644
--- a/src/bin/dhcp4/dhcp4_lexer.cc
+++ b/src/bin/dhcp4/dhcp4_lexer.cc
@@ -3104,7 +3104,7 @@ YY_RULE_SETUP
case isc::dhcp::Parser4Context::LEASE_DATABASE:
return isc::dhcp::Dhcp4Parser::make_MAX_ROW_ERRORS(driver.loc_);
default:
- return isc::dhcp::Dhcp4Parser::make_STRING("max_row_errors", driver.loc_);
+ return isc::dhcp::Dhcp4Parser::make_STRING("max-row-errors", driver.loc_);
}
}
YY_BREAK