summaryrefslogtreecommitdiff
path: root/src/lua/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/lua/README')
-rw-r--r--src/lua/README2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lua/README b/src/lua/README
index febd229a..fca1e900 100644
--- a/src/lua/README
+++ b/src/lua/README
@@ -2,7 +2,7 @@ This is lua, a sample Lua interpreter.
It can be used as a batch interpreter and also interactively.
There are man pages for it in both nroff and html in ../../doc.
-Usage: ./lua [options] [script [args]]. Available options are:
+Usage: lua [options] [script [args]]. Available options are:
- execute stdin as a file
-e stat execute string `stat'
-i enter interactive mode after executing `script'