Skip to content

Commit

Permalink
Remove duplicate verbose option in README
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulBernier committed Nov 21, 2016
1 parent 490f0a3 commit f7aa3b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Expand Up @@ -64,7 +64,6 @@ Option | Description
-v, --verbose |Verbose, print the compiled code to be run
-o, --output [name] |Output the generated Lua code in a file. The default output name is _filename_.lua
-b, --bytecode |If -o option is active the outputted code is in Lua/LuaJIT bytecode
-v, --verbose |Verbose, print the compiled code to be run
-n, --linenumber |Print line numbers if -v or --cat options are active
-a, --annotation |Use annotations to optimize generated code
-g, --heuristic |Enable heuristic compilation
Expand Down

0 comments on commit f7aa3b9

Please sign in to comment.