From 03080b795aa3496ed62d4a0697c9f4767e7ca7e5 Mon Sep 17 00:00:00 2001 From: Mike Pall Date: Mon, 15 Aug 2022 14:16:58 +0200 Subject: Add -F option to override filename in jit.bcsave (luajit -b). Suggested by Mathias Westerdahl. --- doc/running.html | 1 + 1 file changed, 1 insertion(+) (limited to 'doc') diff --git a/doc/running.html b/doc/running.html index 177e6357..91a719f9 100644 --- a/doc/running.html +++ b/doc/running.html @@ -111,6 +111,7 @@ are accepted:
  • -t type — Set output file type (default: auto-detect from output name).
  • -a arch — Override architecture for object files (default: native).
  • -o os — Override OS for object files (default: native).
  • +
  • -F name — Override filename (default: input filename).
  • -e chunk — Use chunk string as input.
  • - (a single minus sign) — Use stdin as input and/or stdout as output.
  • -- cgit v1.2.3-55-g6feb