diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/protocols/snmp/community/node.tag/authorization/node.def | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/protocols/snmp/community/node.tag/authorization/node.def b/templates/protocols/snmp/community/node.tag/authorization/node.def index b9960195..fee6aa42 100644 --- a/templates/protocols/snmp/community/node.tag/authorization/node.def +++ b/templates/protocols/snmp/community/node.tag/authorization/node.def @@ -1,7 +1,7 @@ type: txt default: "ro" -help: "Authorization type either (rw or ro)" -syntax: $(@) in "ro", "rw"; "authorization type must be either rw or ro" +help: "Authorization type (rw or ro)" +syntax: $(@) in "ro", "rw"; "Authorization type must be either rw or ro" |