From a6d768958d42df25a8bec8cc5b6de5856015f29c Mon Sep 17 00:00:00 2001 From: Patrick Pacher Date: Tue, 14 Apr 2020 11:24:42 +0200 Subject: [PATCH] Streamline naming of filter list option --- profile/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/profile/config.go b/profile/config.go index 1ec9a6f3..941af738 100644 --- a/profile/config.go +++ b/profile/config.go @@ -141,7 +141,7 @@ Examples: // Filter list IDs err = config.Register(&config.Option{ - Name: "Filterlists", + Name: "Filter List", Key: CfgOptionFilterListKey, Description: "Filter connections by matching the endpoint against configured filterlists", OptType: config.OptTypeStringArray,