diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-16 18:11:39 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-16 18:11:39 -0700 |
commit | b292119dd94c8e93032147e3135b4bff17564ff4 (patch) | |
tree | b06b283f4e5f60db06df14f5e7aab263ff48ea9f /templates/service/snmp/community | |
parent | 1a86e15787cdda44b8702895bb97acf107ef3a07 (diff) | |
download | vyatta-cfg-system-b292119dd94c8e93032147e3135b4bff17564ff4.tar.gz vyatta-cfg-system-b292119dd94c8e93032147e3135b4bff17564ff4.zip |
Remove verbs from all help messages
Per current policy remove verb from all help messages in th is package
Diffstat (limited to 'templates/service/snmp/community')
4 files changed, 4 insertions, 4 deletions
diff --git a/templates/service/snmp/community/node.def b/templates/service/snmp/community/node.def index 32eb4800..d7e3ade7 100644 --- a/templates/service/snmp/community/node.def +++ b/templates/service/snmp/community/node.def @@ -1,5 +1,5 @@ tag: type: txt -help: Set community name [REQUIRED] +help: Community name [REQUIRED] syntax:expression: pattern $VAR(@) "^[^%]+$" ; \ "Community string may not contain %" diff --git a/templates/service/snmp/community/node.tag/authorization/node.def b/templates/service/snmp/community/node.tag/authorization/node.def index c8918d43..aac6b0b2 100644 --- a/templates/service/snmp/community/node.tag/authorization/node.def +++ b/templates/service/snmp/community/node.tag/authorization/node.def @@ -1,6 +1,6 @@ type: txt default: "ro" -help: Set authorization type (rw or ro) (default: ro) +help: Authorization type (rw or ro) (default: ro) syntax:expression: $VAR(@) in "ro", "rw"; "Authorization type must be either rw or ro" diff --git a/templates/service/snmp/community/node.tag/client/node.def b/templates/service/snmp/community/node.tag/client/node.def index 427a9939..37493268 100644 --- a/templates/service/snmp/community/node.tag/client/node.def +++ b/templates/service/snmp/community/node.tag/client/node.def @@ -1,3 +1,3 @@ multi: type: ipv4,ipv6 -help: Set IP address of SNMP client allowed to contact system +help: IP address of SNMP client allowed to contact system diff --git a/templates/service/snmp/community/node.tag/network/node.def b/templates/service/snmp/community/node.tag/network/node.def index 4b80a51b..d9afa4e5 100644 --- a/templates/service/snmp/community/node.tag/network/node.def +++ b/templates/service/snmp/community/node.tag/network/node.def @@ -1,4 +1,4 @@ multi: type: ipv4net,ipv6net -help: Set subnet of SNMP client(s) allowed to contact system +help: Subnet of SNMP client(s) allowed to contact system syntax:expression: exec "/opt/vyatta/sbin/vyatta_quagga_utils.pl --check-prefix-boundry $VAR(@)" |