diff options
author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-06-19 10:15:15 -0300 |
---|---|---|
committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2000-06-19 10:15:15 -0300 |
commit | 88657809acdfd51f3ff92b66a48699045b72902e (patch) | |
tree | 218bca9a3cf8d57b7938c2e9219d5b2d9b1ca97b /lua.c | |
parent | 2e1b32d87339c22b0518481fa260edf3bfbc01d3 (diff) | |
download | lua-88657809acdfd51f3ff92b66a48699045b72902e.tar.gz lua-88657809acdfd51f3ff92b66a48699045b72902e.tar.bz2 lua-88657809acdfd51f3ff92b66a48699045b72902e.zip |
details
Diffstat (limited to 'lua.c')
-rw-r--r-- | lua.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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" |