diff options
author | Mike Pall <mike> | 2011-06-15 01:32:57 +0200 |
---|---|---|
committer | Mike Pall <mike> | 2011-06-15 01:32:57 +0200 |
commit | 0f55b46b0bb5838f98c0a043c885dd63fab44c5c (patch) | |
tree | a4848dc1308052a8af625189c6590eabc8bf8f9b | |
parent | 3d1563524f3b6bc2313ff948efa8a6d3a45c11a3 (diff) | |
download | luajit-0f55b46b0bb5838f98c0a043c885dd63fab44c5c.tar.gz luajit-0f55b46b0bb5838f98c0a043c885dd63fab44c5c.tar.bz2 luajit-0f55b46b0bb5838f98c0a043c885dd63fab44c5c.zip |
Update man page for -b command line option.
-rw-r--r-- | etc/luajit.1 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/luajit.1 b/etc/luajit.1 index cf7ea665..b8713d4e 100644 --- a/etc/luajit.1 +++ b/etc/luajit.1 | |||
@@ -26,6 +26,9 @@ Run the given chunk of Lua code. | |||
26 | .BI "\-l " library | 26 | .BI "\-l " library |
27 | Load the named library, just like \fBrequire("\fR\fIlibrary\fR\fB")\fR. | 27 | Load the named library, just like \fBrequire("\fR\fIlibrary\fR\fB")\fR. |
28 | .TP | 28 | .TP |
29 | .BI "\-b " ... | ||
30 | Save or list bytecode. Run without arguments to get help on options. | ||
31 | .TP | ||
29 | .BI "\-j " command | 32 | .BI "\-j " command |
30 | Perform LuaJIT control command (optional space after \fB\-j\fR). | 33 | Perform LuaJIT control command (optional space after \fB\-j\fR). |
31 | .TP | 34 | .TP |