diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-04 23:59:50 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-04 23:59:50 +0000 |
commit | 6824c5341d20bee84cf9ce001fee9218503ac90f (patch) | |
tree | 914ed950783bd57c3043f9fab3364961b21bc788 /templates/show/vrrp | |
parent | 5612efdef70dca2c8f02578cc1b119be4b794d08 (diff) | |
download | vyatta-op-6824c5341d20bee84cf9ce001fee9218503ac90f.tar.gz vyatta-op-6824c5341d20bee84cf9ce001fee9218503ac90f.zip |
Fix Bug 3069 Help strings should be standardized
- vyatta-op help strings standardized according to latest guideline
Diffstat (limited to 'templates/show/vrrp')
-rw-r--r-- | templates/show/vrrp/interface/node.def | 3 | ||||
-rw-r--r-- | templates/show/vrrp/interface/node.tag/group/node.def | 2 | ||||
-rw-r--r-- | templates/show/vrrp/interface/node.tag/group/node.tag/node.def | 2 | ||||
-rw-r--r-- | templates/show/vrrp/interface/node.tag/node.def | 2 | ||||
-rw-r--r-- | templates/show/vrrp/node.def | 2 | ||||
-rw-r--r-- | templates/show/vrrp/summary/node.def | 2 |
6 files changed, 6 insertions, 7 deletions
diff --git a/templates/show/vrrp/interface/node.def b/templates/show/vrrp/interface/node.def index 723666e..79480a1 100644 --- a/templates/show/vrrp/interface/node.def +++ b/templates/show/vrrp/interface/node.def @@ -1,2 +1 @@ -help: Show VRRP information for given interface - +help: Show VRRP information for specified interface diff --git a/templates/show/vrrp/interface/node.tag/group/node.def b/templates/show/vrrp/interface/node.tag/group/node.def index a79e838..0af500d 100644 --- a/templates/show/vrrp/interface/node.tag/group/node.def +++ b/templates/show/vrrp/interface/node.tag/group/node.def @@ -1 +1 @@ -help: Show VRRP information for interface and group +help: Show VRRP information for specified interface and group diff --git a/templates/show/vrrp/interface/node.tag/group/node.tag/node.def b/templates/show/vrrp/interface/node.tag/group/node.tag/node.def index 84e168f..1e74e2d 100644 --- a/templates/show/vrrp/interface/node.tag/group/node.tag/node.def +++ b/templates/show/vrrp/interface/node.tag/group/node.tag/node.def @@ -1,3 +1,3 @@ -help: Show VRRP information for interface group +help: Show VRRP information for specified interface and group allowed: echo -n '<VRRP_GROUP>' run: /opt/vyatta/sbin/vyatta-show-vrrp.pl "$4" "$6" diff --git a/templates/show/vrrp/interface/node.tag/node.def b/templates/show/vrrp/interface/node.tag/node.def index 19b323e..860b12a 100644 --- a/templates/show/vrrp/interface/node.tag/node.def +++ b/templates/show/vrrp/interface/node.tag/node.def @@ -1,4 +1,4 @@ -help: Show VRRP information for interface +help: Show VRRP information for specified interface allowed: local -a array ; array=( /sys/class/net/eth* ) ; echo -n ${array[@]##*/} diff --git a/templates/show/vrrp/node.def b/templates/show/vrrp/node.def index 8f7a621..3842d98 100644 --- a/templates/show/vrrp/node.def +++ b/templates/show/vrrp/node.def @@ -1,2 +1,2 @@ -help: Show VRRP information +help: Show Virtual Router Redundancy Protocol (VRRP) information run: /opt/vyatta/sbin/vyatta-show-vrrp.pl diff --git a/templates/show/vrrp/summary/node.def b/templates/show/vrrp/summary/node.def index 33333c4..c087165 100644 --- a/templates/show/vrrp/summary/node.def +++ b/templates/show/vrrp/summary/node.def @@ -1,3 +1,3 @@ -help: Show VRRP summary +help: Show summary of VRRP information run: /opt/vyatta/sbin/vyatta-show-vrrp.pl "$3" |