summaryrefslogtreecommitdiff
path: root/templates/show/bridge
diff options
context:
space:
mode:
authorMohit Mehta <mohit.mehta@vyatta.com>2008-04-04 23:59:50 +0000
committerMohit Mehta <mohit.mehta@vyatta.com>2008-04-04 23:59:50 +0000
commit6824c5341d20bee84cf9ce001fee9218503ac90f (patch)
tree914ed950783bd57c3043f9fab3364961b21bc788 /templates/show/bridge
parent5612efdef70dca2c8f02578cc1b119be4b794d08 (diff)
downloadvyatta-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/bridge')
-rw-r--r--templates/show/bridge/node.tag/macs/node.def2
-rw-r--r--templates/show/bridge/node.tag/node.def2
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/show/bridge/node.tag/macs/node.def b/templates/show/bridge/node.tag/macs/node.def
index 598a209..86cf661 100644
--- a/templates/show/bridge/node.tag/macs/node.def
+++ b/templates/show/bridge/node.tag/macs/node.def
@@ -1,2 +1,2 @@
-help: Show bridge MAC table
+help: Show bridge Media Access Control (MAC) address table
run: brctl showmacs "$3"
diff --git a/templates/show/bridge/node.tag/node.def b/templates/show/bridge/node.tag/node.def
index 0b4f163..fae7bab 100644
--- a/templates/show/bridge/node.tag/node.def
+++ b/templates/show/bridge/node.tag/node.def
@@ -1,4 +1,4 @@
-help: Show bridge information for a given bridge
+help: Show bridge information for a given bridge interface
allowed: local -a array ;
array=( /sys/class/net/br* ) ;
echo -n ${array[@]##*/}