🐛 fix typo in help info

This commit is contained in:
ValKmjolnir 2024-04-11 21:48:42 +08:00
parent dbbcb134f2
commit cc6ad76eaa
1 changed files with 3 additions and 2 deletions

View File

@ -60,7 +60,8 @@ std::ostream& help(std::ostream& out) {
<< " --prof | show profiling result, available in debug mode.\n"
<< " --prof-all | show profiling result of all files, "
<< "available under debug mode.\n"
<< " --limit | use limited execution mode."
<< " --limit | use limited execution mode "
<< "(readonly api enabled).\n"
<< "file:\n"
<< " <filename> | execute file.\n"
<< "argv:\n"