diff options
author | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-16 11:50:28 -0700 |
---|---|---|
committer | Stephen Hemminger <stephen.hemminger@vyatta.com> | 2010-07-16 11:50:28 -0700 |
commit | 5108933b8bb6eebc019e59e25a2a8ebcd858b58d (patch) | |
tree | 6bb0af87e92f191db9906e3e793671dd49f1fd81 /templates/traffic-policy/round-robin/node.def | |
parent | 2fec7765432ce770d0d44553a61c553091c76567 (diff) | |
download | vyatta-cfg-qos-5108933b8bb6eebc019e59e25a2a8ebcd858b58d.tar.gz vyatta-cfg-qos-5108933b8bb6eebc019e59e25a2a8ebcd858b58d.zip |
Remove verb from help string text
And fix some typos
Diffstat (limited to 'templates/traffic-policy/round-robin/node.def')
-rw-r--r-- | templates/traffic-policy/round-robin/node.def | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/traffic-policy/round-robin/node.def b/templates/traffic-policy/round-robin/node.def index 4427e1a..56e932c 100644 --- a/templates/traffic-policy/round-robin/node.def +++ b/templates/traffic-policy/round-robin/node.def @@ -1,6 +1,6 @@ tag: type: txt -help: Set deficit round robin based policy +help: Deficit round robin based policy syntax:expression: pattern $VAR(@) "^[[:alnum:]][-_[:alnum:]]*$" ; "only alpha-numeric policy name allowed" create: /opt/vyatta/sbin/vyatta-qos.pl --create-policy $VAR(.) $VAR(@) |