We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140ffab commit 160c905Copy full SHA for 160c905
testxml.lua
@@ -19,7 +19,7 @@ _ws = nil
19
_noentity = nil
20
21
_usage = [[
22
-textxml.lua [-print] [-simpletree] [-dom] [-debug]
+testxml.lua [-print] [-simpletree] [-dom] [-debug]
23
[-ws] [-noentity] [-help] [file]
24
]]
25
xmlhandler/tree.lua
@@ -40,7 +40,7 @@ end
40
-- In general however this format is relatively useful.
41
--
42
-- It is much easier to understand by running some test
43
--- data through 'textxml.lua -simpletree' than to read this)
+-- data through 'testxml.lua -simpletree' than to read this)
44
45
-- Options
46
-- =======
0 commit comments