From 864edb39cfb68a304a7c318965079effc6a05ece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Zbigniew=20J=C4=99drzejewski-Szmek?= Date: Wed, 30 Oct 2019 08:56:18 +0100 Subject: network: rename SendOptions= to SendOption= The name with plural made more sense where multiple options could be specified in one line. After changes in the pull request, this option only accepts one value, so from users' POV it should be singular. (The field in the data structure remains plural, because it actually stores multiple values.) --- test/fuzz/fuzz-network-parser/directives.network | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/fuzz/fuzz-network-parser/directives.network b/test/fuzz/fuzz-network-parser/directives.network index 0d0892fd3a..f01a20118b 100644 --- a/test/fuzz/fuzz-network-parser/directives.network +++ b/test/fuzz/fuzz-network-parser/directives.network @@ -97,7 +97,7 @@ RequestOptions= SendRelease= MaxAttempts= IPServiceType= -SendOptions= +SendOption= [DHCPv6] UseNTP= UseDNS= -- cgit v1.2.1