diff options
Diffstat (limited to 'op-mode-definitions/show-interfaces-bridge.xml.in')
-rw-r--r-- | op-mode-definitions/show-interfaces-bridge.xml.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op-mode-definitions/show-interfaces-bridge.xml.in b/op-mode-definitions/show-interfaces-bridge.xml.in index 5dbc8cf85..cc4b248b6 100644 --- a/op-mode-definitions/show-interfaces-bridge.xml.in +++ b/op-mode-definitions/show-interfaces-bridge.xml.in @@ -37,7 +37,7 @@ <properties> <help>View the VLAN filter settings of the bridge</help> </properties> - <command>/usr/sbin/bridge -c --color vlan show</command> + <command>/usr/sbin/bridge -c vlan show</command> </leafNode> </children> </node> |