diff options
| author | Kyle Evans <kevans@FreeBSD.org> | 2018-08-10 20:05:41 +0000 |
|---|---|---|
| committer | Kyle Evans <kevans@FreeBSD.org> | 2018-08-10 20:05:41 +0000 |
| commit | abe858c1d6e8bf7d7206b09ed715677ac63b5fca (patch) | |
| tree | b4a55f98f19586c9016c18dc0a0cbb51499500e9 /src/lua.c | |
| parent | c07e635a743de50fac64b715c08cd78aa51077c5 (diff) | |
Notes
Diffstat (limited to 'src/lua.c')
| -rw-r--r-- | src/lua.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/lua.c b/src/lua.c index 3f082da6be61..ca5b298523b7 100644 --- a/src/lua.c +++ b/src/lua.c @@ -1,5 +1,5 @@ /* -** $Id: lua.c,v 1.230 2017/01/12 17:14:26 roberto Exp $ +** $Id: lua.c,v 1.230.1.1 2017/04/19 17:29:57 roberto Exp $ ** Lua stand-alone interpreter ** See Copyright Notice in lua.h */ @@ -138,7 +138,7 @@ static void print_usage (const char *badoption) { "Available options are:\n" " -e stat execute string 'stat'\n" " -i enter interactive mode after executing 'script'\n" - " -l name require library 'name'\n" + " -l name require library 'name' into global 'name'\n" " -v show version information\n" " -E ignore environment variables\n" " -- stop handling options\n" |
