Skip to content

Commit d849879

Browse files
committed
documented -l -l
1 parent e495b92 commit d849879

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

luac.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
** $Id: luac.c,v 1.66 2011/05/10 01:08:57 lhf Exp lhf $
2+
** $Id: luac.c,v 1.67 2011/06/21 12:29:00 lhf Exp lhf $
33
** Lua compiler (saves bytecodes to files; also list bytecodes)
44
** See Copyright Notice in lua.h
55
*/
@@ -53,7 +53,7 @@ static void usage(const char* message)
5353
fprintf(stderr,
5454
"usage: %s [options] [filenames]\n"
5555
"Available options are:\n"
56-
" -l list\n"
56+
" -l list (use -l -l for full listing)\n"
5757
" -o name output to file " LUA_QL("name") " (default is \"%s\")\n"
5858
" -p parse only\n"
5959
" -s strip debug information\n"

0 commit comments

Comments
 (0)