Add doc for bytecode generator.

This commit is contained in:
James Roseborough
2010-03-31 04:15:09 +00:00
parent 200d80b4b8
commit dc0be9b15a
3 changed files with 57 additions and 19 deletions

View File

@@ -41,7 +41,7 @@ public class luajc {
private static final String version = Lua._VERSION + "Copyright (C) 2009 luaj.org";
private static final String usage =
"usage: java -cp luaj-jse.jar,antlr-3.1.3.jar luajc [options] [filenames].\n" +
"usage: java -cp luaj-jse.jar,bcel-5.2.jar luajc [options] [filenames].\n" +
"Available options are:\n" +
" - process stdin\n" +
" -o name output to file 'name' (default is \"luac.out\")\n" +