From b27e237192f9ba045ee5bba5f09be72d06ecb12a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20=27cherti=27=20Gro=C3=9Fe=20Sundrup?= Date: Sun, 23 Aug 2020 18:50:11 +0200 Subject: [PATCH] synchronize config-error-message with available field values --- config.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.c b/config.c index bf7c77ec..4665eaec 100644 --- a/config.c +++ b/config.c @@ -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; }