Streamline naming of filter list option

This commit is contained in:
Patrick Pacher
2020-04-14 11:24:42 +02:00
parent e77d971259
commit a6d768958d

View File

@@ -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,