From ccfe66f87663e10603e453f02894bb82dd23c93b Mon Sep 17 00:00:00 2001 From: Li Jin Date: Mon, 19 Jan 2026 17:11:31 +0800 Subject: Made `;` work as statements separator. --- src/yue.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/yue.cpp') diff --git a/src/yue.cpp b/src/yue.cpp index b93f75e..2722c55 100644 --- a/src/yue.cpp +++ b/src/yue.cpp @@ -341,7 +341,7 @@ int main(int narg, const char** args) { " -- Read from standard in, print to standard out\n" " (Must be first and only argument)\n\n" " --target=version Specify the Lua version that codes will be generated to\n" - " (version can only be 5.1, 5.2, 5.3 or 5.4)\n" + " (version can only be 5.1 to 5.5)\n" " --path=path_str Append an extra Lua search path string to package.path\n\n" " Execute without options to enter REPL, type symbol '$'\n" " in a single line to start/stop multi-line mode\n" -- cgit v1.2.3-55-g6feb