From 285aa5e0db36469ef566ae6a89ec1157f89a748f Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Mon, 16 Aug 2021 17:47:38 -0700 Subject: [PATCH] main: Add missing Experimental entry to General options When Experimental was introduced it was not added to General option which causes a warning to be printed when it is set. --- src/main.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/main.c b/src/main.c index 516509e3f..bf8b8dca7 100644 --- a/src/main.c +++ b/src/main.c @@ -80,6 +80,7 @@ static const char *supported_options[] = { "Privacy", "JustWorksRepairing", "TemporaryTimeout", + "Experimental", NULL }; -- 2.47.3