Skip to content

Commit 160c905

Browse files
committed
Closes #22
1 parent 140ffab commit 160c905

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

testxml.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ _ws = nil
1919
_noentity = nil
2020

2121
_usage = [[
22-
textxml.lua [-print] [-simpletree] [-dom] [-debug]
22+
testxml.lua [-print] [-simpletree] [-dom] [-debug]
2323
[-ws] [-noentity] [-help] [file]
2424
]]
2525

xmlhandler/tree.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ end
4040
-- In general however this format is relatively useful.
4141
--
4242
-- It is much easier to understand by running some test
43-
-- data through 'textxml.lua -simpletree' than to read this)
43+
-- data through 'testxml.lua -simpletree' than to read this)
4444
--
4545
-- Options
4646
-- =======

0 commit comments

Comments
 (0)