diff options
author | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-09 20:58:01 +0000 |
---|---|---|
committer | Mohit Mehta <mohit.mehta@vyatta.com> | 2008-04-09 20:58:01 +0000 |
commit | 733014cfc7b2e04caa44d9001549780727b206a4 (patch) | |
tree | 4882da65f36e6b76700737a98a8b42c28b841157 /templates/interfaces/serial | |
parent | 6d342e39065a8e2dfda395d4e98021d7026c462a (diff) | |
download | vyatta-cfg-qos-733014cfc7b2e04caa44d9001549780727b206a4.tar.gz vyatta-cfg-qos-733014cfc7b2e04caa44d9001549780727b206a4.zip |
Fix Bug 3069 Help strings should be standardized
- help strings standardized in vyatta-cfg-qos
Diffstat (limited to 'templates/interfaces/serial')
-rw-r--r-- | templates/interfaces/serial/node.tag/qos-policy/node.def | 2 | ||||
-rw-r--r-- | templates/interfaces/serial/node.tag/qos-policy/out/node.def | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/templates/interfaces/serial/node.tag/qos-policy/node.def b/templates/interfaces/serial/node.tag/qos-policy/node.def index 2c0cf7a..4ea5757 100644 --- a/templates/interfaces/serial/node.tag/qos-policy/node.def +++ b/templates/interfaces/serial/node.tag/qos-policy/node.def @@ -1 +1 @@ -help: Configure qos-policy +help: Set Qualtiy of Service (QOS) policy for specified serial interface diff --git a/templates/interfaces/serial/node.tag/qos-policy/out/node.def b/templates/interfaces/serial/node.tag/qos-policy/out/node.def index d398f25..0251a27 100644 --- a/templates/interfaces/serial/node.tag/qos-policy/out/node.def +++ b/templates/interfaces/serial/node.tag/qos-policy/out/node.def @@ -1,5 +1,5 @@ type: txt -help: Set outbound QOS policy +help: Set outbound QOS policy for specified serial interface allowed: /opt/vyatta/sbin/vyatta-qos.pl --list-policy update: /opt/vyatta/sbin/vyatta-qos.pl --update-interface $VAR(../../@) $VAR(.) $VAR(@) delete: /opt/vyatta/sbin/vyatta-qos.pl --delete-interface $VAR(../../@) $VAR(.) |