summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Larson <slioch@eng-140.vyatta.com>2008-02-22 17:05:43 -0800
committerMichael Larson <slioch@eng-140.vyatta.com>2008-02-22 17:05:43 -0800
commit0d72ffd25eefd2636c5e5660ddca97fdf67b75f7 (patch)
tree63ad882c4623b7a6205d5aa3932d6460a3b6c663
parentf6550fe08857e6e55db70c75546ec22e8798891d (diff)
downloadvyatta-wanloadbalance-0d72ffd25eefd2636c5e5660ddca97fdf67b75f7.tar.gz
vyatta-wanloadbalance-0d72ffd25eefd2636c5e5660ddca97fdf67b75f7.zip
clean up cosmetics in help
-rw-r--r--templates/load-balancing/wan/interface-health/node.def2
-rw-r--r--templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def2
-rw-r--r--templates/load-balancing/wan/interface-health/node.tag/resp-time/node.def4
-rw-r--r--templates/load-balancing/wan/interface-health/node.tag/success-count/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.tag/destination/port/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.tag/interface/node.def2
-rw-r--r--templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def4
-rw-r--r--templates/load-balancing/wan/rule/node.tag/protocol/node.def2
9 files changed, 11 insertions, 11 deletions
diff --git a/templates/load-balancing/wan/interface-health/node.def b/templates/load-balancing/wan/interface-health/node.def
index 8036627..b6f1d4e 100644
--- a/templates/load-balancing/wan/interface-health/node.def
+++ b/templates/load-balancing/wan/interface-health/node.def
@@ -1,4 +1,4 @@
tag:
type: txt
-help: Interface name
+help: interface name
diff --git a/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def b/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def
index a37cab1..92a8b53 100644
--- a/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def
+++ b/templates/load-balancing/wan/interface-health/node.tag/failure-count/node.def
@@ -3,4 +3,4 @@ default: 1
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 10; "failure count must be between 1-10"
help: Failure count
comp_help: possible completions:
-<1-10> Set Failure count
+<1-10> set failure count
diff --git a/templates/load-balancing/wan/interface-health/node.tag/resp-time/node.def b/templates/load-balancing/wan/interface-health/node.tag/resp-time/node.def
index 0611ecf..7f65248 100644
--- a/templates/load-balancing/wan/interface-health/node.tag/resp-time/node.def
+++ b/templates/load-balancing/wan/interface-health/node.tag/resp-time/node.def
@@ -1,6 +1,6 @@
type: u32
default: 5
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 30; "response must be between 1 and 30 seconds"
-help: Ping Response Time (seconds)
+help: ping response time (seconds)
comp_help: possible completions:
-<1-30> Set Response time (seconds)
+<1-30> set response time (seconds)
diff --git a/templates/load-balancing/wan/interface-health/node.tag/success-count/node.def b/templates/load-balancing/wan/interface-health/node.tag/success-count/node.def
index 63b045d..e5b2d5a 100644
--- a/templates/load-balancing/wan/interface-health/node.tag/success-count/node.def
+++ b/templates/load-balancing/wan/interface-health/node.tag/success-count/node.def
@@ -3,5 +3,5 @@ default: 1
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 10; "success count must be between 1 and 10"
help: Success count
comp_help: possible completions:
-<1-10> Set Success count
+<1-10> set success count
diff --git a/templates/load-balancing/wan/rule/node.def b/templates/load-balancing/wan/rule/node.def
index b25fb93..7d8295b 100644
--- a/templates/load-balancing/wan/rule/node.def
+++ b/templates/load-balancing/wan/rule/node.def
@@ -1,5 +1,5 @@
tag:
type: u32
-help: Rule number
+help: rule number
diff --git a/templates/load-balancing/wan/rule/node.tag/destination/port/node.def b/templates/load-balancing/wan/rule/node.tag/destination/port/node.def
index 1e43c40..fe064b0 100644
--- a/templates/load-balancing/wan/rule/node.tag/destination/port/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/destination/port/node.def
@@ -1,3 +1,3 @@
type: txt
-help: Ports
+help: ports
diff --git a/templates/load-balancing/wan/rule/node.tag/interface/node.def b/templates/load-balancing/wan/rule/node.tag/interface/node.def
index 2c5a8a1..fdbb488 100644
--- a/templates/load-balancing/wan/rule/node.tag/interface/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/interface/node.def
@@ -1,3 +1,3 @@
tag:
type: txt
-help: Interface name
+help: interface name
diff --git a/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def b/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def
index bffcb5e..ac503f8 100644
--- a/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/interface/node.tag/weight/node.def
@@ -1,6 +1,6 @@
type: u32
default: 1
syntax:expression: $VAR(@) >= 0 && $VAR(@) <= 255; "Interface weight must be between 1 and 255"
-help: Load-balance weight
+help: load-balance weight
comp_help: possible completions:
-<1-255> Set Interface weight
+<1-255> set interface weight
diff --git a/templates/load-balancing/wan/rule/node.tag/protocol/node.def b/templates/load-balancing/wan/rule/node.tag/protocol/node.def
index 1ce2754..a0c9aec 100644
--- a/templates/load-balancing/wan/rule/node.tag/protocol/node.def
+++ b/templates/load-balancing/wan/rule/node.tag/protocol/node.def
@@ -1,4 +1,4 @@
-help: "protocol"
+help: protocol
type: txt
default: "all"
syntax:expression: $VAR(@) in "all", "tcp", "udp", "icmp"; "must be (all, tcp, udp, icmp)" \ No newline at end of file