summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Southworth <john.southworth@vyatta.com>2012-01-30 22:38:10 +0000
committerJohn Southworth <john.southworth@vyatta.com>2012-01-30 22:38:10 +0000
commit98317ad2aa66399b8602e654efd7f3724ea8621e (patch)
treea5647e309d9997e4c6782e10602f4974b49a7a45
parentd64991c6637d7f48953a343f15a5603968b387aa (diff)
downloadvyatta-op-98317ad2aa66399b8602e654efd7f3724ea8621e.tar.gz
vyatta-op-98317ad2aa66399b8602e654efd7f3724ea8621e.zip
Fix 'show bridge' help text
-rw-r--r--templates/show/bridge/node.tag/node.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/bridge/node.tag/node.def b/templates/show/bridge/node.tag/node.def
index db7fcca..d20611f 100644
--- a/templates/show/bridge/node.tag/node.def
+++ b/templates/show/bridge/node.tag/node.def
@@ -1,5 +1,5 @@
help: Show bridge information for a given bridge interface
allowed: local -a array ;
array=( /sys/class/net/br* ) ;
- echo -n ${array[@]##*/}
+ echo -n '<brN>' ${array[@]##*/}
run: /usr/sbin/brctl show "$3"