We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e495b92 commit d849879Copy full SHA for d849879
luac.c
@@ -1,5 +1,5 @@
1
/*
2
-** $Id: luac.c,v 1.66 2011/05/10 01:08:57 lhf Exp lhf $
+** $Id: luac.c,v 1.67 2011/06/21 12:29:00 lhf Exp lhf $
3
** Lua compiler (saves bytecodes to files; also list bytecodes)
4
** See Copyright Notice in lua.h
5
*/
@@ -53,7 +53,7 @@ static void usage(const char* message)
53
fprintf(stderr,
54
"usage: %s [options] [filenames]\n"
55
"Available options are:\n"
56
- " -l list\n"
+ " -l list (use -l -l for full listing)\n"
57
" -o name output to file " LUA_QL("name") " (default is \"%s\")\n"
58
" -p parse only\n"
59
" -s strip debug information\n"
0 commit comments