From: Vicky Risk Date: Wed, 10 Oct 2018 11:44:05 +0000 (-0400) Subject: Update ha-scopes.json X-Git-Tag: 176-update-to-sysrepo-0-7-6-release_base~67 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=586cf9efa1cd6dd89438edfb009f7470d4e0d7ea;p=thirdparty%2Fkea.git Update ha-scopes.json --- diff --git a/doc/api/ha-scopes.json b/doc/api/ha-scopes.json index d88eaa7168..2d79130d40 100644 --- a/doc/api/ha-scopes.json +++ b/doc/api/ha-scopes.json @@ -1,7 +1,6 @@ { "name": "ha-scopes", - "brief": "This command allows for modifying the High Availability (HA) scopes - that the server is serving.a sentence or two explaining what this command does", + "brief": "This command modifies the scope that the server is responsible for serving when operating in High Availability (HA) mode.", "description": "See ", "support": [ "kea-dhcp4", "kea-dhcp6" ], "avail": "1.4.0", @@ -12,6 +11,5 @@ \"arguments\": { \"scopes\": [ \"HA_server1\", \"HA_server2\" ] } -} -" + "cmd-comment": " In the example given, the arguments configure the server to handle traffic from both HA_server1 and HA_server2 scopes.", }