summaryrefslogtreecommitdiff
path: root/lua.c
diff options
context:
space:
mode:
authorRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-03-30 16:50:29 -0300
committerRoberto Ierusalimschy <roberto@inf.puc-rio.br>2005-03-30 16:50:29 -0300
commit445eda7ead2e9800e3928acfd902f61968aaca11 (patch)
tree403f94e2936fc7fd37d2507ca5f75946dae199c7 /lua.c
parent092dc95b06ee71f99f134727862a3a0d5783d9e5 (diff)
downloadlua-445eda7ead2e9800e3928acfd902f61968aaca11.tar.gz
lua-445eda7ead2e9800e3928acfd902f61968aaca11.tar.bz2
lua-445eda7ead2e9800e3928acfd902f61968aaca11.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 505d1907..60fc3259 100644
--- a/lua.c
+++ b/lua.c
@@ -1,5 +1,5 @@
1/* 1/*
2** $Id: lua.c,v 1.138 2005/03/23 17:50:49 roberto Exp roberto $ 2** $Id: lua.c,v 1.139 2005/03/29 16:47:48 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*/
@@ -48,7 +48,7 @@ static void print_usage (void) {
48 " -i enter interactive mode after executing `script'\n" 48 " -i enter interactive mode after executing `script'\n"
49 " -l name require library `name'\n" 49 " -l name require library `name'\n"
50 " -v show version information\n" 50 " -v show version information\n"
51 " -w control access to undefined globals\n" 51 " -w trap access to undefined globals\n"
52 " -- stop handling options\n" , 52 " -- stop handling options\n" ,
53 progname); 53 progname);
54} 54}