diff options
author | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-05 17:36:50 -0800 |
---|---|---|
committer | Justin Fletcher <jfletcher@phuket.vyatta.com> | 2007-11-05 17:36:50 -0800 |
commit | daa2a8f7742c29d72c9237177d8a8649004ed3ac (patch) | |
tree | d338ffe2e5d4f263afa89ef2355f4c7da6397a40 /templates/protocols | |
parent | d8ed99c5bb309294a7139d3a140686d28cd18eb0 (diff) | |
download | vyatta-cfg-quagga-daa2a8f7742c29d72c9237177d8a8649004ed3ac.tar.gz vyatta-cfg-quagga-daa2a8f7742c29d72c9237177d8a8649004ed3ac.zip |
User message modifications
Diffstat (limited to 'templates/protocols')
-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" |