diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-10 16:36:09 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-02-10 16:36:09 -0800 |
commit | d55993c4a202725f3c77ad3d80b1354724aeea3b (patch) | |
tree | be469ab793deeb4e186e8053b7d7ac8567dc1c57 /templates | |
parent | 07ab1ccfe22c9868991c1aa888237390cb7191c7 (diff) | |
download | vyatta-op-qos-d55993c4a202725f3c77ad3d80b1354724aeea3b.tar.gz vyatta-op-qos-d55993c4a202725f3c77ad3d80b1354724aeea3b.zip |
Fix typo in completion of show queueing pppoe
Diffstat (limited to 'templates')
-rw-r--r-- | templates/show/queueing/pppoe/node.tag/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show/queueing/pppoe/node.tag/node.def b/templates/show/queueing/pppoe/node.tag/node.def index b74c867..1858e04 100644 --- a/templates/show/queueing/pppoe/node.tag/node.def +++ b/templates/show/queueing/pppoe/node.tag/node.def @@ -1,3 +1,3 @@ help: Show specified pppoe interface information -allowed: ${vyatta_bindir}/vyatta-interfaces.pl --show=pppoe +allowed: ${vyatta_sbindir}/vyatta-interfaces.pl --show=pppoe run: ${vyatta_bindir}/vyatta-show-queueing.pl "$4" |