diff options
author | John Southworth <john.southworth@vyatta.com> | 2012-01-30 22:38:10 +0000 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2012-01-30 22:38:10 +0000 |
commit | 98317ad2aa66399b8602e654efd7f3724ea8621e (patch) | |
tree | a5647e309d9997e4c6782e10602f4974b49a7a45 /templates | |
parent | d64991c6637d7f48953a343f15a5603968b387aa (diff) | |
download | vyatta-op-98317ad2aa66399b8602e654efd7f3724ea8621e.tar.gz vyatta-op-98317ad2aa66399b8602e654efd7f3724ea8621e.zip |
Fix 'show bridge' help text
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/bridge/node.tag/node.def | 2 |
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" |