aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/os.nom2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/os.nom b/lib/os.nom
index 1be7a7e..0644ec8 100644
--- a/lib/os.nom
+++ b/lib/os.nom
@@ -37,7 +37,7 @@ compile [%expr for file %f in %path] to
return ret
end)()
-action [write to file %filename %text, to file %filename write %text]
+action [write to file %filename %text, to file %filename write %text, write %text to file %filename]
lua> ".."
local file = io.open(\%filename, 'w')
file:write(\%text)