aboutsummaryrefslogtreecommitdiff
path: root/lua.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-06-19 10:15:15 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2000-06-19 10:15:15 -0300
commit88657809acdfd51f3ff92b66a48699045b72902e (patch)
tree218bca9a3cf8d57b7938c2e9219d5b2d9b1ca97b /lua.c
parent2e1b32d87339c22b0518481fa260edf3bfbc01d3 (diff)
downloadlua-88657809acdfd51f3ff92b66a48699045b72902e.tar.gz
lua-88657809acdfd51f3ff92b66a48699045b72902e.tar.bz2
lua-88657809acdfd51f3ff92b66a48699045b72902e.zip
details
Diffstat (limited to 'lua.c')
-rw-r--r--lua.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/lua.c b/lua.c
index 0affee0e..e128d4d6 100644
--- a/lua.c
+++ b/lua.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.c,v 1.39 2000/06/12 13:52:05 roberto Exp roberto $ 2** $Id: lua.c,v 1.40 2000/06/16 17:16:34 roberto Exp roberto $
3** Lua stand-alone interpreter 3** Lua stand-alone interpreter
4** See Copyright Notice in lua.h 4** See Copyright Notice in lua.h
5*/ 5*/
@@ -76,7 +76,7 @@ static void print_message (void) {
76 " -f name execute file `name' with remaining arguments in table `arg'\n" 76 " -f name execute file `name' with remaining arguments in table `arg'\n"
77 " -i enter interactive mode with prompt\n" 77 " -i enter interactive mode with prompt\n"
78 " -q enter interactive mode without prompt\n" 78 " -q enter interactive mode without prompt\n"
79 " -sNUM set stack size to NUM (must be first option)\n" 79 " -sNUM set stack size to NUM (must be the first option)\n"
80 " -v print version information\n" 80 " -v print version information\n"
81 " a=b set global `a' to string `b'\n" 81 " a=b set global `a' to string `b'\n"
82 " name execute file `name'\n" 82 " name execute file `name'\n"