mirror of
https://github.com/nmap/nmap.git
synced 2026-09-21 15:46:45 +00:00
Update included Lua to 5.3.5
This commit is contained in:
parent
36e9588d5e
commit
73715b15b5
61 changed files with 145 additions and 89 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue