diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-09 01:17:42 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-09 01:17:42 +0000 |
commit | 5351776c92aba1febae07f6558976be8a4002248 (patch) | |
tree | b39e9741027e5a4cd4195c887f06cf8284a8b065 /templates/firewall/log-martians | |
parent | 041c76680a23aa1204cc08d3720d2957f45a9fac (diff) | |
download | vyatta-cfg-firewall-5351776c92aba1febae07f6558976be8a4002248.tar.gz vyatta-cfg-firewall-5351776c92aba1febae07f6558976be8a4002248.zip |
Fix Bug 3069 Help strings should be standardized
- help strings standardized for vyatta-cfg-firewall
Diffstat (limited to 'templates/firewall/log-martians')
-rw-r--r-- | templates/firewall/log-martians/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/firewall/log-martians/node.def b/templates/firewall/log-martians/node.def index 0c107f4..4a31e68 100644 --- a/templates/firewall/log-martians/node.def +++ b/templates/firewall/log-martians/node.def @@ -1,5 +1,5 @@ type: txt -help: Allow syslog logging of packets with impossible addresses +help: Set syslog logging of packets with impossible addresses (default: enable) default: "enable" syntax:expression: $VAR(@) in "enable", "disable"; "log-martians must be enable or disable" create:expression: "if [ x$VAR(@) == xenable ]; \ |