diff options
author | svu <svu> | 2005-07-28 23:07:51 +0000 |
---|---|---|
committer | svu <svu> | 2005-07-28 23:07:51 +0000 |
commit | 211036263348a379fc44815ca171daf1388677d0 (patch) | |
tree | 6dda5bb6ba12f0a2fd47c106bf6827151a90bb0a /rules/xml2lst.pl | |
parent | 6cbf1c3d60b538a2a7a6a577217472a8f2f28bb9 (diff) |
option, not options
Diffstat (limited to 'rules/xml2lst.pl')
-rw-r--r-- | rules/xml2lst.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rules/xml2lst.pl b/rules/xml2lst.pl index 56cf0cdc..478fce89 100644 --- a/rules/xml2lst.pl +++ b/rules/xml2lst.pl @@ -60,7 +60,7 @@ for $l (@layouts) { } } -print "\n! options\n"; +print "\n! option\n"; for $g (@options) { ($name) = node_by_name($g, 'name'); @desc = node_by_name($g, 'description'); |