diff options
Diffstat (limited to 'src/commands/sentinel-config.json')
-rw-r--r-- | src/commands/sentinel-config.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/commands/sentinel-config.json b/src/commands/sentinel-config.json index 74bcdbd50..3c1898d5a 100644 --- a/src/commands/sentinel-config.json +++ b/src/commands/sentinel-config.json @@ -14,11 +14,11 @@ ], "arguments": [ { - "name":"set_or_get", + "name":"action", "type":"oneof", "arguments":[ { - "name":"set_param_value", + "name":"set", "token":"SET", "type":"block", "multiple":true, @@ -36,7 +36,8 @@ { "token":"GET", "multiple":true, - "name":"parameter", + "name":"get", + "display":"parameter", "type":"string" } ] |