diff options
author | John Southworth <john.southworth@vyatta.com> | 2011-07-06 15:48:48 -0500 |
---|---|---|
committer | John Southworth <john.southworth@vyatta.com> | 2011-07-06 15:48:48 -0500 |
commit | b3b3ce792b86ed5de1ee5e743dd5b2b87709a741 (patch) | |
tree | 50606fba3660b4c7ff21961ab308d486e66f6eb7 /templates/show/queueing/pppoe | |
parent | 690fd9e8f8a482bc49c448aa75d693c546a77c85 (diff) | |
download | vyatta-op-qos-b3b3ce792b86ed5de1ee5e743dd5b2b87709a741.tar.gz vyatta-op-qos-b3b3ce792b86ed5de1ee5e743dd5b2b87709a741.zip |
Bugfix 7285: remove coloring of error
Diffstat (limited to 'templates/show/queueing/pppoe')
-rw-r--r-- | templates/show/queueing/pppoe/node.tag/vif/node.def | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/show/queueing/pppoe/node.tag/vif/node.def b/templates/show/queueing/pppoe/node.tag/vif/node.def index 2b74427..02a09ad 100644 --- a/templates/show/queueing/pppoe/node.tag/vif/node.def +++ b/templates/show/queueing/pppoe/node.tag/vif/node.def @@ -1,4 +1,3 @@ help: Show specified virtual network interface (vif) information -run: tput setaf ${COLOR_RED:-1} ; - echo error: need to supply vif # ; - tput op +run: echo error: Must supply a vif number ; + |