diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-05 11:04:31 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-02-05 11:04:31 -0800 |
commit | 25da013b77ac8037b72db34d0ecbe6cf081c0e20 (patch) | |
tree | 9721670cfb390ab87c7f3150ee97613e4ea82b91 /templates/qos-policy | |
parent | ed8fa18f6d066b728673b473e7fc2ce646942b29 (diff) | |
download | vyatta-cfg-qos-25da013b77ac8037b72db34d0ecbe6cf081c0e20.tar.gz vyatta-cfg-qos-25da013b77ac8037b72db34d0ecbe6cf081c0e20.zip |
don't indent help as much
change to recent burst help
Diffstat (limited to 'templates/qos-policy')
-rw-r--r-- | templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def | 4 | ||||
-rw-r--r-- | templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def index 692d80e..95ffa86 100644 --- a/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def +++ b/templates/qos-policy/traffic-shaper/node.tag/class/node.tag/burst/node.def @@ -3,5 +3,5 @@ help: Set the burst size for this class default: "15k" syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --burst \"$VAR(@)\"" comp_help: Allowed values: - <number> Burst size in bytes - <number><suffix> Size with scaling suffix (kb, mb, gb) + <number> Burst size in bytes + <number><suffix> Size with scaling suffix (kb, mb, gb) diff --git a/templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def b/templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def index 927bfac..81e468a 100644 --- a/templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def +++ b/templates/qos-policy/traffic-shaper/node.tag/default/burst/node.def @@ -3,5 +3,5 @@ help: Set the burst size for default traffic default: "15k" syntax:expression: exec "/opt/vyatta/sbin/vyatta-qos-util.pl --burst \"$VAR(@)\"" comp_help: Allowed values: - <number> Burst size in bytes - <number><suffix> Size with scaling suffix (kb, mb, gb) + <number> Burst size in bytes + <number><suffix> Size with scaling suffix (kb, mb, gb) |