diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-05 13:47:32 -0800 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2008-03-05 13:47:32 -0800 |
commit | 64387400430a78089a6d913e06432f59205562f5 (patch) | |
tree | 851b8f979173461af070ae315fe72193f5357188 /templates | |
parent | 1cd10639a21421979b7f540832bb5e6323f7c06f (diff) | |
download | vyatta-cfg-qos-64387400430a78089a6d913e06432f59205562f5.tar.gz vyatta-cfg-qos-64387400430a78089a6d913e06432f59205562f5.zip |
Better help message for class identifier
Print better syntax help for class identfier
Diffstat (limited to 'templates')
-rw-r--r-- | templates/qos-policy/traffic-shaper/node.tag/class/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/qos-policy/traffic-shaper/node.tag/class/node.def b/templates/qos-policy/traffic-shaper/node.tag/class/node.def index d672ea9..3a0a303 100644 --- a/templates/qos-policy/traffic-shaper/node.tag/class/node.def +++ b/templates/qos-policy/traffic-shaper/node.tag/class/node.def @@ -1,6 +1,6 @@ tag: type: u32 help: Configure class handle -syntax:expression: ($VAR(@) > 1 && $VAR(@) < 4096) ; "$VAR(@) handle must be between 3 and 4095" +syntax:expression: $VAR(@) > 1 && $VAR(@) < 4096; "Class identifier must be between 3 and 4095" comp_help: possible completions <2-4095> Class ID |