aboutsummaryrefslogtreecommitdiff
path: root/src/yue.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/yue.cpp')
-rw-r--r--src/yue.cpp2
1 files changed, 1 insertions, 1 deletions
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) {
341 " -- Read from standard in, print to standard out\n" 341 " -- Read from standard in, print to standard out\n"
342 " (Must be first and only argument)\n\n" 342 " (Must be first and only argument)\n\n"
343 " --target=version Specify the Lua version that codes will be generated to\n" 343 " --target=version Specify the Lua version that codes will be generated to\n"
344 " (version can only be 5.1, 5.2, 5.3 or 5.4)\n" 344 " (version can only be 5.1 to 5.5)\n"
345 " --path=path_str Append an extra Lua search path string to package.path\n\n" 345 " --path=path_str Append an extra Lua search path string to package.path\n\n"
346 " Execute without options to enter REPL, type symbol '$'\n" 346 " Execute without options to enter REPL, type symbol '$'\n"
347 " in a single line to start/stop multi-line mode\n" 347 " in a single line to start/stop multi-line mode\n"