synchronize config-error-message with available field values

This commit is contained in:
Jonas 'cherti' Große Sundrup 2020-08-23 18:50:11 +02:00
parent ddef95c297
commit b27e237192
No known key found for this signature in database
GPG key ID: 5B587ADC0531D442

View file

@ -409,7 +409,7 @@ parse_section_scrollback(const char *key, const char *value, struct config *conf
conf->scrollback.indicator.position = SCROLLBACK_INDICATOR_POSITION_RELATIVE;
else {
LOG_AND_NOTIFY_ERR("%s:%d: [scrollback]: indicator-position must be one of "
"'none', 'fixed' or 'moving'",
"'none', 'fixed' or 'relative'",
path, lineno);
return false;
}